Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _config.yml #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Site settings 配置站点
title: 'your awesome title'
description: 'your web description'
keywords: 'your web keywords, another keywords'
url: 'https://abc.github.io' # your host
title: 'hyp's blog'
description: 'whoami &'
keywords: 'go,java'
url: 'https://cleverhou.github.io' # your host

# nav 中文字符空格: 
nav: # 最佳体验 六个标签 且最好每个标签不超过4中文字
Expand All @@ -14,12 +14,12 @@ nav: # 最佳体验 六个标签 且最好每个标签不超过4中文字

# 博主
author: true
name: 'your awesome name'
NickName: 'your awesome nickname'
webtitle: 'your awesome webtitle'
bio: 'your awesome bio'
name: 'hyp'
NickName: 'cleverhou'
webtitle: 'cleverhou'
bio: '学生'
about: true
aboutyou: 'your introduction'
aboutyou: '随便写写'
portraits: '/assets/profile.jpeg' # your portraits image file path

# SNS
Expand Down