-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
142 lines (133 loc) · 4.04 KB
/
mkdocs.yml
File metadata and controls
142 lines (133 loc) · 4.04 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
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
site_name: Huang FTS427's Website
site_url: https://fts427.github.io/
site_description: >-
This is Huang FTS427's website,
which records my Minecraft server status, technological documents and my daily life.
site_author: Huang FTS427
repo_url: https://github.com/FTS427/FTS427.github.io
repo_name: FTS427/FTS427.github.io
edit_uri: edit/main/docs/
copyright: Copyright © 2022 - 2026 Huang FTS427.
theme:
custom_dir: overrides
name: material
language: zh
font:
code: true
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.action.copy
- content.action.select
- content.footnote.tooltips
- search.suggest
- search.highlight
- navigation.tabs
- header.autohide
icon:
repo: fontawesome/brands/git-alt
edit: material/pencil
view: material/eye
favicon: assets/favicon.png
logo: assets/favicon.png
palette:
# Light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Dark mode
# Dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Light mode
plugins:
- search
- tags
- glightbox
- blog:
authors_file: "{blog}/.authors.yml"
extra_css:
- stylesheets/custom.css
- stylesheets/extra.css
- stylesheets/fonts.css
extra:
icp: 萌ICP备20250427号
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/HuangFts427
name: Huang FTS427 on X
- icon: fontawesome/brands/github
link: https://github.com/FTS427
name: Huang FTS427 on Github
- icon: fontawesome/brands/discord
link: https://discord.com/1129351022893072524
name: Huang FTS427 on Discord
- icon: fontawesome/solid/paper-plane
link: mailto:<FTS427@outlook.com>
markdown_extensions:
- admonition
- toc:
permalink: true
- footnotes
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
nav:
- 欢迎!: index.md
- 关于我: about_me/about_me.md
- 感谢列表: thx.md
- Minecraft 服务器:
- ZH-Server: Minecraft/ZHS.md
- Zn-Server: Minecraft/ZnS.md
- 服务器贡献人员: Minecraft/gaming_thx.md
- 游戏环境基础原则: Minecraft/gamimg_env.md
- 管理员注意事项: Minecraft/op_rules.md
- 游戏黑名单: Minecraft/no_play.md
- 友链: links.md
- 小记:
- blog/index.md
- 技术文档:
- 前言: tech-docs/index.md
- Archlinux 相关:
- Archlinux 酱: tech-docs/archlinux/archlinux_info/archlinux_info.md
- Archlinux 安装: tech-docs/archlinux/archlinux_install.md
- Android 相关:
- 前言: tech-docs/android/index.md
- Lenovo TB-X306FC_PRC:
- 设备信息: tech-docs/android/lenovo/device_info.md
- 刷机资源: tech-docs/android/lenovo/resource.md
- 解 BL 锁: tech-docs/android/lenovo/unlock_bl.md
- 解 BL 锁后干点啥: tech-docs/android/lenovo/after_unlockbl.md
- 刷 GSI 系统: tech-docs/android/lenovo/flash_gsi_system/flash_gsi_system.md
- 刷系统: tech-docs/android/lenovo/flash_stock_system.md
- OPPO A31t:
- 设备信息: tech-docs/android/oppo/device_info.md
- 刷机: tech-docs/android/oppo/flash_system.md
- Waydroid:
- BA 折腾记: tech-docs/android/waydroid/blue_archive.md
- 其它工具:
- MKdocs 网站框架: tech-docs/tools/mkdocs.md
- Scoop 包管理器: tech-docs/tools/scoop_use.md
- LL_Easier 快速打包 LeviLamina: tech-docs/tools/ll_easier/ll_easier.md