@@ -23,8 +23,8 @@ url : https://young-lord.github.io # the base hostname & protocol for your s
2323permanent_url : https://young-lord.github.io # 目前用于在多域名间共享评论区
2424baseurl : " " # 假如你的博客是建在某个目录下的,请在这里加上目录名,并且下面配置的所有链接里的`/public`前也要加,即`/your_baseurl/public`。这一项结尾不要有'/'
2525title : LY 的博客
26- description : " " # > # this means to ignore newlines until "Language & timezone "
27- # Write sth here!
26+ title_description : " "
27+ website_meta_description : " LY 的博客 - 首页 "
2828
2929webmaster_verifications : # <https://jekyll.github.io/jekyll-seo-tag/usage/>
3030 google : jzW0S1BoNl_qNI4hmL8Gp6b5JuxqDu_G4gw6w0z1Ytc
@@ -44,10 +44,11 @@ timezone: Asia/Shanghai # see https://en.wikipedia.org/wiki/List_of_tz_database_
4444author :
4545 type : person # "person" (default), "organization"
4646 name : LY
47- url : https://github.com/Young-Lord
48- avatar : https://avatars.githubusercontent.com/Young-Lord # path or url of avatar image (square)
47+ url : &github_profile_url https://github.com/Young-Lord
48+ # avatar : https://avatars.githubusercontent.com/Young-Lord # path or url of avatar image (square)
4949 bio : " "
50- email : ly-niko@qq.com # 下面 sidebar 那里还有一个要改
50+ email : ly-niko@qq.com
51+ email_url : &mailto_url mailto:ly-niko@qq.com
5152 github : Young-Lord
5253
5354
@@ -62,12 +63,11 @@ repository_tree: master
6263paths : # 注意,这里改了是没有用的,这里只是做一个标识
6364 root : " /" # title link url, "/" (default)
6465 home : " /" # home layout url, "/" (default)
65- archive : " /archive.html " # "/archive.html" (default)
66- rss : " /feed.xml" # rss feed link , "/feed.xml" (default)
66+ archive : &archive_path "/archive" # "/archive.html" (default)
67+ rss : &feed_path "/feed.xml" # rss feed link , "/feed.xml" (default)
6768
6869feed :
69- path : " /feed.xml"
70-
70+ path : *feed_path
7171
7272# # => Post
7373# #############################
@@ -205,23 +205,23 @@ sidebar:
205205 # description: '<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=280 height=210 src="//music.163.com/outchain/player?type=0&id=932740311&auto=0&height=430"></iframe>'
206206 social :
207207 - title : Mail
208- href : mailto:ly-niko@qq.com
208+ href : *mailto_url
209209 class : ' fas fa-envelope'
210210 - title : rss
211- href : /feed.xml
211+ href : *feed_path
212212 class : ' fas fa-rss'
213213 - title : HitGub
214- href : //github.com/Young-Lord
214+ href : *github_profile_url
215215 class : ' fab fa-github'
216216 nav :
217217 - title : ' <i class="fas fa-home fa-fw"></i> 首页'
218218 href : /
219219 - title : ' <i class="fab fa-readme fa-fw"></i> 关于 & 友链'
220220 href : /about
221221 - title : ' <i class="fas fa-archive fa-fw"></i> 归档'
222- href : /archive
222+ href : *archive_path
223223 jekyll_table_of_contents :
224- enable : true
224+ enable : false
225225 autoloader : /assets/js/jekyll_table_of_contents.js
226226 busuanzi :
227227 enable : true
0 commit comments