-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
103 lines (100 loc) · 3.02 KB
/
mkdocs.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
site_name: Huang FTS427's Website
site_url: https://www.fts427.top/
repo_url: https://github.com/FTS427/FTS427.github.io
repo_name: FTS427/FTS427.github.io
edit_uri: edit/main/docs/
copyright: Copyright © 2022 - 2025 Huang FTS427
theme:
custom_dir: overrides
name: material
language: zh
features:
- content.action.edit
- 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
- blog:
authors_file: "{blog}/.authors.yml"
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- toc:
permalink: true
- footnotes
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
linenums: true
nav:
- 欢迎!: index.md
- 关于我: 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
- ZH-Server 资源: Minecraft/ZHS_resource.md
- 游戏黑名单: Minecraft/no_play.md
- 友链: links.md
- 小记:
- blog/index.md
- 技术文档:
- 前言: tech-docs/index.md
- Archlinux 相关:
- Archlinux 酱: tech-docs/archlinux/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.md
- 刷系统: tech-docs/android/lenovo/flash_stock_system.md
- 让我们编译:
- tech-docs/android/lenovo/build_rom/index.md
- 编译 Lineage OS: tech-docs/android/lenovo/build_rom/lineage_build.md
- OPPO A31t:
- 设备信息: tech-docs/android/oppo/device_info.md
- 刷机: tech-docs/android/oppo/flash_system.md
- 其它工具:
- MKdocs 网站框架: tech-docs/tools/mkdocs.md
- Scoop 包管理器: tech-docs/tools/scoop_use.md
- LL_Easier 快速打包 LeviLamina: tech-docs/tools/ll_easier.md