-
Notifications
You must be signed in to change notification settings - Fork 24
/
theme_config.yml
107 lines (86 loc) · 2.12 KB
/
theme_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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# ===========================================
# Site Information Settings
# ===========================================
# Site creation time
since: 2015
# Custom your favicon.ico in `site/source`
favicon: /favicon.ico
# Set feed link (false | default | your feed link)
# false: disable
# default: use `atom.xml`, generator for `hexo-generator-feed`
rss: false
# ===========================================
# Menu Settings
# ===========================================
menu:
Home: /
Archives: /archives/
# Tags: /tags/
# Categories: /categories/
# About: /about/
# ===========================================
# Theme Settings
# ===========================================
# color: default | mint green | cobalt blue | hot pink | dark violet
color: default
# default page mode: default | archives
mode: default
toc: true
# jQuery fancybox
fancybox: true
pjax: true
# LaTeX support (via MathJax)
latex: false
copyright:
enable: true
# https://creativecommons.org/
license: '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>'
reward:
enable: false
qrCode:
wechat:
alipay:
# ===========================================
# Social links Settings
# ===========================================
social:
email: davidcai1993@yahoo.com
stack-overflow:
twitter: https://twitter.com/DavidCai_1993
facebook:
linkedin:
google:
github: https://github.com/DavidCai1993
weibo: https://weibo.com/1778884547
zhihu:
douban:
pocket:
tumblr:
instagram: https://www.instagram.com/davidcai1111
# ===========================================
# Third Party Services Settings
# ===========================================
# LeanCloud
leancloud:
app_id:
app_key:
# Baidu Analytics
baidu_analytics:
# Baidu Verification
baidu_verification:
# Google Analytics
google_analytics:
# Google Verification
google_verification:
# Disqus
disqus_shortname:
#Changyan
changyan:
appid:
appkey:
#LiveRe
livere_datauid:
# ===========================================
# Version
# ===========================================
version: 2.11.0