-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.next.yml
372 lines (287 loc) · 10.6 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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
#################################################################
###################### NexT Configuration #######################
#################################################################
# ============================================================= #
# ============= 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: false
# Darkmode JS
# For more information: https://github.com/rqh656418510/hexo-next-darkmode, https://github.com/sandoche/Darkmode.js
darkmode_js:
enable: true
bottom: '64px' # default: '32px'
right: 'unset' # default: '32px'
left: '32px' # default: 'unset'
time: '1s' # default: '0.3s'
mixColor: 'transparent' # default: '#fff'
backgroundColor: 'transparent' # default: '#fff'
buttonColorDark: '#100f2c' # default: '#100f2c'
buttonColorLight: '#fff' # default: '#fff'
isActivated: false # default false
saveInCookies: true # default: true
label: '🌓' # default: ''
autoMatchOsTheme: true # default: true
libUrl: # Set custom library cdn url for Darkmode.js
# ============================================================= #
# ================= Site Information Settings ================= #
# ============================================================= #
creative_commons:
license: by-nc-sa
size: small
sidebar: true
# ============================================================= #
# ======================= Menu Settings ======================= #
# ============================================================= #
menu:
home: / || fa fa-bell
wiki:
default: /docs/ || fa fa-book
Server:
default: /server/ || fa fa-star
outlook: /outlook.html || fa fa-eye
players: /players.html || fa fa-users
history: /history.html || fa fa-history
Introduction:
default: /introduction/ || fa fa-flag
areas: /areas.html || fa fa-city
commands: /commands.html || fa fa-terminal
features: /features.html || fa fa-cogs
rules: /rules.html || fa fa-balance-scale
Advanced Info:
default: /advanced-info/ || fa fa-rocket
machines: /machines.html || fa fa-wrench
projects: /projects.html || fa fa-tasks
Issue: /issue.html || fa fa-bug
# 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
news:
default: /news/ || fa fa-newspaper
archives: /archives/ || fa fa-archive
tags: /tags/ || fa fa-tags
# Plugins: /plugins/ || fa fa-flask
# 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
favicon:
small: /favicon-16x16-next.png
medium: /favicon-32x32-next.png
apple_touch_icon: /apple-touch-icon-next.png
safari_pinned_tab: /logo.svg
android_manifest: /manifest.json
# custom_logo: /images/custom_logo.jpg
avatar:
url: /images/logo.png
rounded: true
social:
GitHub: https://github.com/MirrorTree-MC/MirrorTree || fab fa-github
Alter: https://wiki-mirror.bearcabbage.top/index.php?title=%E5%B0%8F%E7%86%8A%E7%99%BD%E8%8F%9C%E7%9A%84%E7%8B%AC%E8%A3%81%E5%A4%A7%E5%AF%84 || fa fa-tree
Map: http://mirror.bearcabbage.top/ || fa fa-globe-asia
QQ Group: https://qm.qq.com/q/8YKjmjwnGU || fa fa-rss
social_icons:
enable: true
icons_only: false
transition: true
toc:
enable: true
number: true
wrap: true
# ============================================================= #
# ====================== Footer Settings ====================== #
# ============================================================= #
footer:
since: 2024
icon:
name: fa fa-heart
animated: true
color: "#808080"
copyright: MirrorTree
powered: Powered by <a href="https://hexo.io" target="_blank">Hexo</a> | Theme - <a href="https://theme-next.js.org/" target="_blank">NexT.Gemini</a>
# ============================================================= #
# ======================= Post Settings ======================= #
# ============================================================= #
post_meta:
categories: true
updated_at:
enable: true
symbols_count_time:
separated_meta: true
item_text_total: true
post_edit:
enable: true
url: https://github.com/MirrorTree-MC/MirrorTree/tree/main/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: false
permalink: https://github.com/MirrorTree-MC/MirrorTree
title: Follow MirrorTree 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 tag
mermaid:
enable: true
# Available themes: default | dark | forest | neutral
theme:
light: default
dark: dark
wavedrom:
enable: true
# ============================================================= #
# ==================== External Libraries ===================== #
# ============================================================= #
math:
mathjax:
enable: true
tags: ams
pjax: true
mediumzoom: true
motion:
async: true
# ============================================================= #
# =================== Comments and Widgets ==================== #
# ============================================================= #
comments:
lazyload: true
active: isso
disqus:
enable: false
shortname: wiki-mirror-tree
count: true
# changyan
changyan:
enable: false
appid: cyxBIboIr
appkey: 953df9d73132412dc9f6fc627059d646
count: true
# Isso
# For more information: https://isso-comments.de
isso: https://comments.mirror.bearcabbage.top/ # <data-isso>
# Gitalk
# For more information: https://gitalk.github.io
gitalk:
enable: true
github_id: VeriTas-arch
repo: MirrorTree
client_id: Ov23liMZDtuBO9zagf50
client_secret: dbcc95df488111f20fac98defd7e6100a09b0f48
admin_user: VeriTas-arch
distraction_free_mode: true # Facebook-like distraction free mode
# When the official proxy is not available, you can change it to your own proxy address
proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy address
# 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: zh-CN
# ============================================================= #
# ================= 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