summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hexo-theme-freemind.bithack/_config.yml')
m---------themes/hexo-theme-freemind.bithack0
-rw-r--r--themes/hexo-theme-freemind.bithack/_config.yml63
2 files changed, 63 insertions, 0 deletions
diff --git a/themes/hexo-theme-freemind.bithack b/themes/hexo-theme-freemind.bithack
deleted file mode 160000
-Subproject db335ebdc14507c7687084da084a56eb3d003f1
diff --git a/themes/hexo-theme-freemind.bithack/_config.yml b/themes/hexo-theme-freemind.bithack/_config.yml
new file mode 100644
index 0000000..9bf42fa
--- /dev/null
+++ b/themes/hexo-theme-freemind.bithack/_config.yml
@@ -0,0 +1,63 @@
+slogan: "wubba lubba dub dub."
+
+show_heart: true
+
+show_slogan: false
+
+menu:
+ - title: Archives
+ url: archives
+ intro: "All the articles."
+ # icon: "fa fa-archive"
+ - title: RSS
+ url: atom.xml
+ intro: "Subscribe me."
+ # icon: "fa fa-user"
+
+links:
+ - title: GitHub
+ url: https://github.com/tylerstonge
+ intro: ""
+ icon: false
+ - title: local repository
+ url: http://git.tylerstonge.com
+ intro: ""
+ icon: false
+
+ # - title: "My LinkedIn"
+ # url: http://www.linkedin.com/in/xxx
+ # intro: "My Linkin account."
+ # icon: "fa fa-linkedin"
+
+widgets:
+- search
+- category
+- tagcloud
+- recent_posts
+- links
+
+rss:
+fancybox: true
+favicon: favicon.png
+#duoshuo_shortname:
+
+
+# Analytics (change to yours)
+google_analytics:
+ enable: true
+ siteid: UA-70812759-1
+
+
+# search
+#swiftype_key: ZP2ZSuHgipSZfRyU8uTR
+#valine comment (change to yours)
+# valine:
+# enable: true
+# appId: 'xxx'
+# appKey: 'xxx'
+# placeholder: "提交评论时留下邮箱收到回复后将自动通知"
+# visitor: true
+# avatar: 'monsterid'
+# requiredFields: ['nick','mail']
+
+ \ No newline at end of file