-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.next.yml
291 lines (217 loc) · 7.77 KB
/
_config.next.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
#################################################################
###################### NexT Configuration #######################
#################################################################
favicon:
small: /images/basic/favicon-16x16.png
medium: /images/basic/favicon-32x32.png
apple_touch_icon: /images/apple-touch-icon.png
# ============================================================= #
# ============= Theme Core Configuration Settings ============= #
# ============================================================= #
custom_file_path:
sidebar: source/_data/sidebar.njk
footer: source/_data/footer.njk
variable: source/_data/variables.styl
style: source/_data/styles.styl
# ============================================================= #
# ====================== Scheme Settings ====================== #
# ============================================================= #
#scheme: Muse
#scheme: Mist
#scheme: Pisces
scheme: Gemini
darkmode: true
# ============================================================= #
# ================= Site Information Settings ================= #
# ============================================================= #
creative_commons:
license: by-nc-sa
size: big
sidebar: true
# ============================================================= #
# ======================= Menu Settings ======================= #
# ============================================================= #
menu:
home: / || fa fa-bell
Docs:
default: /docs/ || fa fa-book
Getting Started:
default: /getting-started/ || fa fa-flag
Installation: /installation.html || fa fa-download
Deployment: /deployment.html || fa fa-upload
Configuration: /configuration.html || fa fa-wrench
Upgrade: /upgrade.html || fa fa-history
Theme Settings:
default: /theme-settings/ || fa fa-star
Sidebar: /sidebar.html || fa fa-bars
Footer: /footer.html || fa fa-sticky-note
Posts: /posts.html || fa fa-paragraph
Custom Pages: /custom-pages.html || fa fa-swatchbook
Miscellaneous: /miscellaneous.html || fa fa-university
SEO: /seo.html || fa fa-external-link-square-alt
i18n: /internationalization.html || fa fa-language
Tag Plugins:
default: /tag-plugins/ || fa fa-rocket
Button: /button.html || fa fa-cube
Caniuse: /caniuse.html || fa fa-signal
Group Pictures: /group-pictures.html || fa fa-images
Label: /label.html || fa fa-hat-wizard
Link Grid: /link-grid.html || fa fa-grip-vertical
Mermaid: /mermaid.html || fa fa-project-diagram
WaveDrom: /wavedrom.html || fa fa-diagram-predecessor
Note: /note.html || fa fa-adjust
PDF: /pdf.html || fa fa-file-pdf
Tabs: /tabs.html || fa fa-columns
Third Party Plugins:
default: /third-party-services/ || fa fa-puzzle-piece
Math Equations: /math-equations.html || fa fa-square-root-alt
External Libraries: /external-libraries.html || fa fa-lightbulb
Comment Systems: /comments.html || fa fa-comment-alt
Post Widgets: /post-widgets.html || fa fa-gift
Statistics and Analytics: /statistics-and-analytics.html || fa fa-chart-pie
Search Services: /search-services.html || fab fa-algolia
Chat Services: /chat-services.html || fa fa-comments
Advanced Settings:
default: /advanced-settings/ || fa fa-cog
Vendors: /vendors.html || fa fa-plug
Custom Files: /custom-files.html || fa fa-palette
Injects: injects.html || fa fa-layer-group
Front Matter: /front-matter.html || fa fa-edit
Troubleshooting: /troubleshooting.html || fa fa-life-ring
Plugins: /plugins/ || fa fa-flask
archives: /archives/ || fa fa-archive
categories: /categories/ || fa fa-th
tags: /tags/ || fa fa-tags
#sitemap: /sitemap.xml || fa fa-sitemap
#commonweal: /404/ || fa fa-heartbeat
menu_settings:
icons: true
badges: true
# ============================================================= #
# ===================== Sidebar Settings ====================== #
# ============================================================= #
sidebar:
position: left
display: post
padding: 18
offset: 12
avatar:
url: /images/avatar.jpg
rounded: true
social:
GitHub: https://github.com/strongyf || fab fa-github
E-Mail: mailto:[email protected] || fa fa-envelope
# Crowdin: https://crowdin.com/project/hexo-theme-next || fa fa-globe-asia
RSS: /atom.xml || fa fa-rss
social_icons:
enable: true
icons_only: true
transition: true
toc:
enable: true
number: true
wrap: true
# ============================================================= #
# ====================== Footer Settings ====================== #
# ============================================================= #
footer:
since: 2024
icon:
name: fa fa-heart
animated: true
color: "#808080"
copyright: strongyf/Fei Yu. All Rights Reserved.
# ============================================================= #
# ======================= Post Settings ======================= #
# ============================================================= #
post_meta:
updated_at:
enable: false
symbols_count_time:
separated_meta: true
item_text_total: true
post_edit:
enable: true
url: https://github.com/next-theme/theme-next-docs/edit/master/source/
# ============================================================= #
# ==================== Misc Theme Settings ==================== #
# ============================================================= #
mobile_layout_economy: true
codeblock:
theme:
light: default
dark: stackoverflow-dark
copy_button:
enable: true
style: default
back2top:
enable: true
sidebar: false
scrollpercent: true
github_banner:
enable: true
permalink: https://github.com/strongyf/strongyf-blog
title: Fork me on GitHub
font:
enable: true
codes:
external: true
family: Inconsolata
# ============================================================= #
# ======================= SEO Settings ======================== #
# ============================================================= #
index_with_subtitle: true
exturl: true
google_site_verification: 5AUIVYTbHIAuz-eQtxSfZbWW5eg9_EVZMSQycIuXrG0
# ============================================================= #
# ======================== Tag Plugins ======================== #
# ============================================================= #
note:
style: simple
icons: true
light_bg_offset: -3
tabs:
transition:
tabs: true
labels: true
mermaid:
enable: true
wavedrom:
enable: true
# ============================================================= #
# ==================== External Libraries ===================== #
# ============================================================= #
math:
mathjax:
enable: true
tags: ams
pjax: true
mediumzoom: true
motion:
async: true
# ============================================================= #
# =================== Comments and Widgets ==================== #
# ============================================================= #
comments:
lazyload: true
disqus:
enable: true
shortname: next-theme
count: true
# ============================================================= #
# ================= Statistics and Analytics ================== #
# ============================================================= #
google_analytics:
tracking_id: G-43861RVV8R
# ============================================================= #
# ====================== Search Services ====================== #
# ============================================================= #
local_search:
enable: true
top_n_per_article: 1
# ============================================================= #
# ======================= CDN Settings ======================== #
# ============================================================= #
vendors:
internal: cdnjs
plugins: cdnjs