-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (70 loc) · 1.74 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (70 loc) · 1.74 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
70
71
72
73
74
75
76
77
site_name: 个人杂谈站
site_url: https://ltmc.top/
repo_url: https://github.com/lthpkbte/lthpkbte.github.io
repo_name: lthpkbte/lthpkbte.github.io
edit_uri: blob/main/docs/
theme:
name: material
language: zh
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: 切换暗色模式
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: 切换亮色模式
plugins:
- search:
lang: zh
search_index_only: false
hooks:
- plugins/img_placeholders/hooks.py
extra_css:
- assets/css/img-placeholder.css
extra_javascript:
- assets/js/unlazy.min.js
- assets/js/img-placeholder-init.js
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- tables
- footnotes
nav:
- 首页: index.md
- 快速问答手册: QuickRefence.md
- 文档:
- 关于 UUID 修复: doc/talk_about_minecraft.md
- 存档丢失补救: doc/fix_save.md
- 上传日志到群: doc/upload_log_to_group.md
- 更改 DNS (Win11): doc/change_dns_11.md
- 更改 DNS (Win10): doc/change_dns_10.md
- 快速按钮: doc/quick_button.md
- 杂谈:
- 跨网 QoS 存档: misc/QoS_archive.md
- 单位换算: misc/byte_bit_question.md