Browse Source

小修改

liuyuqi-dellpc 6 years ago
parent
commit
8d4961bd29
2 changed files with 3 additions and 3 deletions
  1. 3 2
      _config.yml
  2. 0 1
      source/js/diaspora.js

+ 3 - 2
_config.yml

@@ -1,6 +1,6 @@
 # 头部菜单,title: link
 menu:
-  Whoami: /whoami
+  Whoami: /2017/08/12/whoami
   Github: https://github.com/jianboy
   Twitter: https://twitter.com/lyq_gov
 
@@ -12,6 +12,7 @@ autoplay: true
 
 # 默认音乐
 mp3: 
+  - http://cdn.yoqi.me/blog/wp-content/uploads/2018/08/2679375568128871942_hd.mp3
   - http://link.hhtjim.com/163/5146554.mp3
   - http://link.hhtjim.com/qq/001faIUs4M2zna.mp3
 
@@ -44,7 +45,7 @@ gitalk:
     distractionFreeMode: false
 
 # 网站关键字
-keywords: Fechin
+keywords: 天问未来 
 
 # 要使用google_analytics进行统计的话,这里需要配置ID
 google_analytics: 

+ 0 - 1
source/js/diaspora.js

@@ -490,6 +490,5 @@ $(function() {
     if (comment.data('ae') == true){
         comment.click();
     }
-    console.log("%c Github %c","background:#24272A; color:#ffffff","","https://github.com/Fechin/hexo-theme-diaspora")
 })