hugo-awesome-identity

? Awesome Identity is a single-page Hugo theme to introduce yourself.

Github星跟踪图

Awesome Identity

Netlify Status
CircleCI
MIT Licence
Open Source Love

Awesome Identity is a single-page Hugo theme to introduce yourself. Add a portrait, an introduction, serveral links, and you're set.

Awesome Identity Screenshot

Features

  • Extremely simple to use
  • Responsive layout, supports any screen size
  • Customizable theme colors
  • Supports Google Analytics
  • Live chat with Crisp integration

Getting Started

To use this theme you will need to have Hugo installed. If you don't have Hugo installed please follow Install Hugo.

Create a new Hugo site

$ hugo new site my-identity

Install the theme

If your site is under version control using git, the easiest way to install this theme is to add it as a submodule. Inside the directory of your Hugo site, run the following command.

$ git submodule add https://github.com/posquit0/hugo-awesome-identity themes/awesome-identity

Alternatively, you can clone the theme into your project.

$ git clone https://github.com/posquit0/hugo-awesome-identity themes/awesome-identity

Configure Hugo

Add the following line to config.toml to tell Hugo to use the theme.

theme = "awesome-identity"

Alternatively, you can tell Hugo to use the theme with the -t option.

$ hugo server -t awesome-identity

Run server for development

After installing the theme for the first time, generate the Hugo site.

$ hugo server

Now enter localhost:1313 in the address bar of your browser.

Configuration

Take a look in the exampleSite/ directory.

This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.

Copy the config.toml into the root directory of your website. Overwrite the existing config if necessary.

Contacts

You can put your own contacts such as e-mail address, or social media accounts. The contacts will be linked using icons from Font Awesome.

Currently, Awesome Identity supports: Email, GitHub, Twitter, Facebook, LinkedIn, Instagram, StackOverflow, Keybase, and Medium. Feel free to create Pull Request if you need other contact type.

## Contacts Configurations
[params.contacts]
  email = "john.smith@example.com"
  github = "john.smith"
  twitter = "john.smith"
  facebook = "john.smith"
  linkedin = "john.smith"
  instagram = "john.smith"
  stackoverflow = "7919458"
  keybase = "john.smith"
  medium = "john.smith"
  xing = "john.smith"
## Footer Configurations
[params.footer]
  copyright = "© 2019 John Smith. [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)."
  poweredBy = true

HTTP meta tags & OpenGraph

Google Analytics

Crisp

Colors

Internationalization (i18n)

Update

If you have installed the theme as a git submodule, you can update the theme by issuing the following command inside your project directory.

$ git submodule update --remote --rebase

If you have cloned the theme, you can run git pull inside the theme directory.

Contributing

This project follows the Contributor Covenant Code of Conduct.

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or ask feature requests.

License

Provided under the terms of the MIT License.

Copyright © 2019, Byungjin Park.

See Also

  • Awesome CV - LaTeX template for your outstanding job application.

主要指标

概览
名称与所有者posquit0/hugo-awesome-identity
主编程语言HTML
编程语言HTML (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2019-03-20 17:12:45
推送于2024-04-19 17:15:56
最后一次提交2023-03-01 16:44:30
发布数0
用户参与
星数656
关注者数9
派生数86
提交数39
已启用问题?
问题数11
打开的问题数5
拉请求数10
打开的拉请求数5
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?