-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (66 loc) · 1.7 KB
/
Copy pathmkdocs.yml
File metadata and controls
69 lines (66 loc) · 1.7 KB
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
site_name: 岚天方块窝
site_url: https://mc.ltya.top
repo_name: mcxiaolan/mc-nest
repo_url: https://github.com/mcxiaolan/mc-nest
nav:
- index.md
- 服务器:
- 岚风集: server/index.md
- 加入服务器: server/join.md
- 服务器状态: server/status.md
- 封禁名单: server/banlist.md
- 互通服:
- 互通服: server-je/index.md
- 加入服务器: server-je/join.md
- 服务器状态: server-je/status.md
- 资源推荐:
- recommend/index.md
- 自定义披风模板:
- 自定义披风模板: skin_packs/index.md
- Custom 改法(推荐): skin_packs/custom-template.md
- Persona 改法: skin_packs/skin-pack-template.md
- 联系我们: contact.md
- 支持我们: donate.md
theme:
name: material
language: zh
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- search.suggest
- search.highlight
- navigation.tabs
- navigation.top
- toc.integrate
- content.code.copy
plugins:
- tags
- search
- blog:
blog_dir: recommend
post_url_format: "{slug}"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
#extra_css:
# - assets/stylesheets/extra.css