-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy path_config.yml.example
185 lines (161 loc) · 4.59 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
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
# If a option has many sub-options, and it's optional, then give it a `enable` sub-option. If not optional, don't use `enable`.
menu:
- name: home
link: /
icon: <i class="fas fa-home"></i>
- name: archives
link: archives/
icon: <i class="fas fa-archive"></i>
# - name: categories
# link: categories/
# icon: <i class="fas fa-th-list"></i>
# - name: tags
# link: tags/
# icon: <i class="fas fa-tags"></i>
# - name: about
# link: about/
# icon: <i class="fas fa-user-edit"></i>
# Transform your image to those favicons in https://realfavicongenerator.net/.
favicon:
apple_touch_icon: favicons/apple-touch-icon.png
android_chrome_large: favicons/android-chrome-192x192.png
medium: favicons/favicon-32x32.png
small: favicons/favicon-16x16.png
safari_pinned_tab: favicons/safari-pinned-tab.svg
android_manifest: favicons/site.webmanifest
ms_browserconfig: favicons/browserconfig.xml
fallback: favicons/favicon.ico
# Must be an array.
keywords:
- Life
- ARIA
- Hexo
# https://creativecommons.org/licenses/
# by | by-sa | by-nd | by-nc | by-nc-sa | by-nc-nd
creative_commons:
# Available: atom-one-dark | atom-one-light | solarized-dark | solarized-light
highlight: atom-one-dark
# Custom info in footer.
custom_info: 托管于<i class="fab fa-github-alt"></i><a href="https://pages.github.com/" target="_blank">GitHub Pages</a>
# Select all your webfont in a CDN like Google Fonts, and then copy `href` property in the `<link>` tag, like `link: //fonts.googleapis.com/css?family=Lato|Roboto+Condensed|Skranji|Ubuntu|Ubuntu+Mono`.
# Then set different fonts to different parts here.
custom_font:
enable: false
link:
all:
title:
subtitle:
main:
code:
avatar: images/avatar.png
logo: images/logo.png
# Theme color.
# Need quote to prevent `#` from comment.
color: "#33363b"
google_verification:
since:
search: true
# `left`, `right`, `false`
sidebar: left
# Animation in Home, Archive, Category and Tag.
animate: false
busuanzi: true
# If you want ARIA generate excerpt, set it to the length you want. If you don't, leave it blank.
# Recomend to place `<!--more-->` to where you want to stop excerpt in content instead of use this option.
# Example: `auto_excerpt: 200`, use first 200 chars in post content as excerpt.
auto_excerpt:
# If you want to use MathJax, first fill a CDN link like `cdn: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/latest.js?config=TeX-MML-AM_CHTML`, then set `enable: true`.
# And set front-matter `mathjax: true` to the page you want to use it.
# You can also set `global: true` here to load MathJax in all pages.
# But it's not recommended because MathJax sources are too large, that's why ARIA doesn't contain them and ask for CDN.
mathjax:
enable: false
global:
cdn:
# Note: `fontawesome` is fontawesome-all. `scrollspy` and `util` are from bootstrap. `busuanzi` is `busuanzi.pure.mini.js`.
# If you don't know what you are doing, don't change it.
lib_cdn:
enable: false
jquery:
fontawesome:
scrollspy:
util:
lightgallery:
js:
css:
lg_fullscreen:
lg_hash:
lg_pager:
lg_thumbnail:
lg_zoom:
busuanzi:
atom-one-dark:
atom-one-light:
solarized-dark:
solarized-light:
normalize:
search:
marked:
timeago:
commentjs:
js:
css:
av_min:
valine:
clipboard:
social:
enable: true
links:
- name: E-Mail
link: mailto:youremail@youremailhost
icon: <i class="fas fa-envelope"></i>
- name: GitHub
link: https://github.com/
icon: <i class="fab fa-github"></i>
- name: Weibo
link: https://weibo.com/
icon: <i class="fab fa-weibo"></i>
blogroll:
enable: true
links:
- name: GitHub
link: https://github.com/
icon: <i class="fas fa-link"></i>
- name: MDN
link: https://developer.mozilla.org/
icon: <i class="fas fa-link"></i>
- name: Nunjucks
link: https://mozilla.github.io/nunjucks/
icon: <i class="fas fa-link"></i>
# `comment.commentjs.type`: Choose between `github` and `oschina`.
comment:
enable: false
disqus_shortname:
commentjs:
enable: false
type:
user:
repo:
client_id:
client_secret:
valine:
enable: false
app_id:
app_key:
verify: false
notify: false
avatar: mm
meta: "[\"nick\", \"mail\", \"link\"]"
page_size: 10
lang: zh-cn
visitor: false
highlight: true
avatar_force: false
reward:
enable: false
comment: 坚持原创技术分享,您的支持是我前进的动力!
# wechatpay_qrcode: images/WeChatPay.png
# alipay_qrcode: images/AliPay.png
# bitcoin_qrcode: images/BitCoin.png
# Google Analytics Tracking ID
google_analytics: