-
Notifications
You must be signed in to change notification settings - Fork 213
/
_config.yml.example
136 lines (113 loc) · 3.12 KB
/
_config.yml.example
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# ===========================================
# 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: default
# ===========================================
# 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
# 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: [email protected]
stack-overflow:
twitter:
facebook:
linkedin:
google:
github: https://github.com/ahonn
weibo:
zhihu:
douban:
pocket:
tumblr:
instagram:
# ===========================================
# Third Party Services Settings
# ===========================================
# LeanCloud
leancloud:
app_id:
app_key:
server_url:
cdn:
# Baidu Analytics
baidu_analytics:
# Baidu Verification
baidu_verification:
# Baidu push
baidu_push:
# Google Analytics
google_analytics:
# Google Verification
google_verification:
# Disqus
disqus_shortname:
#Changyan
changyan:
appid:
appkey:
#LiveRe
livere_datauid:
# Gitalk
# Demo: https://gitalk.github.io
# https://github.com/gitalk/gitalk
gitalk:
enable: false
github_id: GitHub repo owner
repo: GitHub repo
client_id: GitHub Application Client ID
client_secret: GitHub Application Client Secret
admin_user: GitHub repo owner and collaborators, only these guys can initialize github issues
distraction_free_mode: true # Facebook-like distraction free mode
# Gitalk's display language depends on user's browser or system environment
# If you want everyone visiting your site to see a uniform language, you can set a force language value
# Available values: en, es-ES, fr, ru, zh-CN, zh-TW
language:
# utterances
# Docs: https://utteranc.es/
# Tips: Make sure you have installed [utterances app](https://github.com/apps/utterances) in your repo
utterances:
enable: false
repo: owner/repo # Repository
issueTerm: title # Blog post ↔️ issue mapping: pathname | url | title | og:title
theme: github-light # Theme: github-light | github-dark | github-dark-orange | icy-dark | dark-blue | photon-dark
label: utterances # Issue label
# ===========================================
# Version
# ===========================================
version: 3.0.0