-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b37fbc6
commit 28600dd
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt | |
# Site Settings | ||
locale : "zh-CN" #"en-US"该占点网址中网页显示的主要语言,确保date文件下ui-text.yml有相应转化 | ||
title : "我的闲话" #"Site Title" #标题 大的主页中的标题 | ||
title_separator : " " #此处是用来分隔上一行标题中的字的符号 | ||
title_separator : "" #此处是用来分隔上一行标题中的字的符号 | ||
name : "春伟" #网站名称 作者的名称,你也可以在特定的文章下使用特定的作者 如 name:"朱春伟" | ||
description : "练习写作、乐意输出" #"An amazing website." #可以设置,让搜索引擎可以快捷找到你 | ||
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" #网站地址 | ||
|
@@ -113,9 +113,9 @@ analytics: | |
|
||
# Site Author 这下面是定义侧边栏中的内容!!! | ||
author: | ||
name : "朱春伟" #"Your Name" | ||
name : "春伟" #"Your Name" | ||
avatar : "/assets/images/tou.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" | ||
bio : 君子不器,与水相邀 #"I am an amazing person." | ||
bio : 与水相邀 #"I am an amazing person." | ||
location : "江西、南昌" #"Somewhere" | ||
email : [email protected] | ||
links: | ||
|