diff --git a/_config.yml b/_config.yml index 4856f24..f1efb4f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ menu: Home: / Archives: /archives About: /about + rss: /atom.xml favicon: images/favicon.png @@ -13,12 +14,11 @@ page: right_side_width: 72 media_max_width: 960 - # Social Links. # Usage: `Key: permalink || icon` # Key is the link label showing to end users. # Value before `||` delimeter is the target permalink. -# Value after `||` delimeter is the name of FontAwesome icon. If icon (with or without delimeter) is not specified, globe icon will be loaded. +# Value after `||` delimeter is the name of FontAwesome icon. social: GitHub: https://github.com/XPoet || github E-Mail: mailto:i@xpoet.cn || envelope @@ -28,9 +28,7 @@ social: #FB Page: https://www.facebook.com/yourname || facebook #VK Group: https://vk.com/yourname || vk #StackOverflow: https://stackoverflow.com/yourname || stack-overflow - #YouTube: https://youtube.com/yourname || youtube #Instagram: https://instagram.com/yourname || instagram - #Skype: skype:yourname?call|chat || skype # Code Highlight theme @@ -46,7 +44,7 @@ valine: enable: true appid: ih2nzG3ilVNdLgJK4kBXTjOq-gzGzoHsz # your leancloud application appid appkey: gdf6tXXLBTLg9qpjS2y6Tbw7 # your leancloud application appkey - notify: false # mail notifier , https://github.com/xCss/Valine/wiki + notify: false # mail notifier, https://github.com/xCss/Valine/wiki verify: false # Verification code placeholder: 评论一下再走吧~ @@ -67,4 +65,8 @@ busuanzi_count: # custom pv span for one page only page_pv: false page_pv_header: - page_pv_footer: \ No newline at end of file + page_pv_footer: + + +# Theme version +version: 0.0.1 \ No newline at end of file diff --git a/layout/common/site-info.ejs b/layout/common/site-info.ejs index 7c99daf..ff0ae4c 100644 --- a/layout/common/site-info.ejs +++ b/layout/common/site-info.ejs @@ -1,16 +1,19 @@