-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path_config.template.yml
189 lines (147 loc) · 3.11 KB
/
_config.template.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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# ===========================================
# Information Settings
# ===========================================
#navigation
menu:
article: /
archives: /archives
tags: /tags
about: /about
# rss: /atom.xml
# favicon
favicon:
# ===========================================
# Color&Schemes Setting
# ===========================================
## Common
# Navigator Language
local-nav: false
# Mobile-Header
# light | dark
mobile-header: light
# Scheme
# banderole | balance
scheme: banderole
# Header Style
# line | block
header-style: block
# theme-style
# default: dark | green | blue | purple
# miku | sakura | snowmiku
theme-style: sakura
# ===========================================
# Article Setting
# ===========================================
# Navigator in post
toc: true
# Use copyright infomation
copyright:
enable: true
# license:
#Reword button or message(fill your QRCode of any Pay.)
reward:
enable: false
# message:
qrcode:
# alipay:
# url:
# message:
# wechat:
# url:
# message:
# paypal:
# url:
# message:
# ===========================================
# Social Contact
# ===========================================
# Comments // Please only switch one on.
comments:
enable: false
# disqus:
# livere_datauid:
# changyan:
# appid:
# appkey:
# gitalk:
# owner:
# repo:
# client_id:
# client_secret:
# admin:
# waline:
# serverURL:
# path: window.location.pathname
# meta: []
# lang: en
# requiredMeta: ['nick', 'mail']
# emoji: ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
# dark: html[data-user-color-scheme="dark"]
# wordLimit: 0
# pageSize: 10
# sub //Please just fill out ID.
sub:
facebook:
twitter:
instagram:
weibo:
zhihu:
github:
linkedin:
douban:
medium:
yuque:
#Friend link
# friendLink:
# ===========================================
# Analytics
# ===========================================
analytics:
google:
baidu:
#visit_count(Powered by busuanzi on http://busuanzi.ibruce.info/)
visit_count: false
# ===========================================
# Theme Settings
# ===========================================
# pjax
pjax: false
# mathjax
mathjax: false
mathjax3: false
# lightbox
lightbox: true
# lazyload
lazyload: false
# animate (Powered by Syuanpi on https://colmugx.github.io/Syuanpi.css)
animate: true
# Created Time
since: 2016
# plugin
# plugins:
# about
# self:
# ===========================================
# Search Settings
# ===========================================
# Search
search:
enable: true
label: 搜索一下?
# ===========================================
# Documents Styles
# ===========================================
# article-fonts
# default | Simsun | YaHei | Hel | Custom
fonts-style: default
# code-fonts
# default | Custom
code-style: default
# ===========================================
# WebApp Settings (iOS)
# ===========================================
# ===========================================
# Version
# ===========================================
version: 3.0
#theme_author: Co1MugX