mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 08:01:11 +08:00
支持切换颜色模式 (#256)
This commit is contained in:
+6
-2
@@ -18,8 +18,9 @@
|
||||
# You can create any custom variable you would like, and they will be accessible
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
|
||||
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
|
||||
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
|
||||
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
minimal_mistakes_skin_dark: "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
locale: "zh-CN"
|
||||
|
||||
title: Hello Minecraft! Launcher 帮助文档
|
||||
@@ -126,6 +127,9 @@ compress_html:
|
||||
ignore:
|
||||
envs: development
|
||||
|
||||
head_scripts:
|
||||
- /assets/js/theme.js
|
||||
|
||||
footer:
|
||||
links:
|
||||
- label: "粤ICP备18071565号"
|
||||
|
||||
Reference in New Issue
Block a user