-
Notifications
You must be signed in to change notification settings - Fork 145
/
_config.yml
88 lines (77 loc) · 1.86 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
slogan: "Yet another bootstrap theme."
theme: cerulean
inverse: true
# whether to show h2 and h3 titles in excerpts
show_title_in_excerpt: false
menu:
- title: Archives
url: archives
intro: "All the articles."
icon: "fa fa-archive"
- title: Categories
url: categories
intro: "All the categories."
icon: "fa fa-folder"
- title: Tags
url: tags
intro: "All the tags."
icon: "fa fa-tags"
- title: About
url: about
intro: "About me."
icon: "fa fa-user"
links:
- title: Freemind
url: https://github.com/wzpan/freemind/
intro: "Freemind's Github repository."
icon: "fa fa-github"
- title: "My Github"
url: http://www.github.com/wzpan
intro: "My Github account."
icon: "fa fa-github"
- title: "My LinkedIn"
url: http://www.linkedin.com/in/hahack
intro: "My Linkin account."
icon: "fa fa-linkedin"
widgets:
- search
- recent_comments
- category
- tagcloud
- recent_posts
- links
#- rss # uncomment this to show an RSS button in the sidebar
rss: atom.xml
fancybox: true
favicon: favicon.png
duoshuo_shortname: #freemindtheme
# Recommended posts
# Dependency: https://github.com/huiwang/hexo-recommended-posts
recommended_posts:
enabled: false
# Analytics
google_analytics:
enable: false
siteid:
baidu_tongji:
enable: false
siteid:
# search
# swiftype_key: ZP2ZSuHgipSZfRyU8uTR
# share widgets
bdshare: true
jiathis: false
# built-in comment system
comment_js:
type: "github"
user: "wzpan"
repo: "hexo-theme-freemind-blog"
client_id: "bf7d4ba11877db88543e"
client_secret: "bff8a6b06b745c0bfcdccbe225623ea8e2a057bb"
count: 5
# If you want to use gitalk for comments, please uncomment the following, fill in the fields, and comment out the comment_js above.
#comment_gitalk:
# client_id: "<client_id>"
# client_secret: "<client_secret>"
# repo: "<repo-name>"
# user: "<owner-username>"