-
Notifications
You must be signed in to change notification settings - Fork 147
/
mkdocs.yml
210 lines (202 loc) · 4.44 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
site_name: USTC Mirror Help
site_description: USTC Mirror Help
site_author: LUG @ USTC
site_url: https://mirrors.ustc.edu.cn/help/
use_directory_urls: false
repo_name: ustclug/mirrorhelp
repo_url: https://github.com/ustclug/mirrorhelp
copyright: |
© 版权所有 2017 - 2024, LUG@USTC.
<br>
除额外注明的地方外,本文档按 CC BY-NC-SA 4.0 许可协议发布。
theme:
name: material
language: zh
font: false
favicon: /static/img/favicon.png
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: green
accent: green
toggle:
icon: material/weather-night
name: 切换至深色模式
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: light green
accent: light green
toggle:
icon: material/weather-sunny
name: 切换至浅色模式
icon:
logo: material/mirror-rectangle
repo: octicons/mark-github-16
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.indexes
- navigation.sections
- navigation.top
markdown_extensions:
- admonition
- attr_list
- footnotes
- markdown.extensions.def_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
base_path:
- includes
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
plugins:
- search:
lang: zh
- macros:
include_dir: includes
j2_comment_start_string: "{%#"
j2_comment_end_string: "%}"
extra:
social:
- icon: fontawesome/brands/linux
link: https://lug.ustc.edu.cn/
- icon: octicons/mark-github-16
link: https://github.com/ustclug
analytics:
provider: google
property: UA-160637954-1
# data for use in templates
debian_releases:
- version: 12
codename: bookworm
proxmox_version: 8
- version: 11
codename: bullseye
proxmox_version: 7
ubuntu_releases:
- version: 24.04
codename: noble
- version: 22.04
codename: jammy
- version: 20.04
codename: focal
- version: 18.04
codename: bionic
- version: 16.04
codename: xenial
extra_css:
- css/extra.css
- https://mirrors.ustc.edu.cn/static/help/roboto.css
- https://mirrors.ustc.edu.cn/static/help/roboto-mono/stylesheet.css
nav:
- 首页: index.md
- rsync-guide.md
- quickstart.md
- contributor.md
- 发行版镜像:
- alpine.md
- anthon.md
- aosp.md
- archlinux.md
- archlinuxarm.md
- archlinuxcn.md
- blackarch.md
- centos.md
- centos-stream.md
- centos-vault.md
- debian.md
- debian-security.md
- debian-cd.md
- debian-cdimage.md
- debiancn.md
- deb-multimedia.md
- epel.md
- fedora.md
- freebsd.md
- freebsd-pkg.md
- freebsd-ports.md
- gentoo.md
- gentoo-portage.md
- gentoo.git.md
- kali.md
- linuxmint.md
- mageia.md
- manjaro.md
- msys2.md
- openeuler.md
- opensuse.md
- openwrt.md
- packman.md
- proxmox.md
- raspberry-pi-os-images.md
- raspbian.md
- raspbian-addons.md
- rocky.md
- rpmfusion.md
- termux.md
- termux-its-pointless.md
- trisquel.md
- turnkeylinux.md
- ubuntu.md
- ubuntu-ports.md
- ubuntu-old-releases.md
- ubuntu-releases.md
- ubuntu-cdimage.md
- ubuntu-cloud-images.md
- 语言镜像:
- clojars.md
- ghcup.md
- hackage.md
- julia.md
- node.md
- nodesource.md
- npm.md
- pypi.md
- rubygems.md
- crates.io-index.md
- rust-static.md
- stackage.md
- 软件镜像:
- anaconda.md
- ceph.md
- CPAN.md
- CRAN.md
- docker-ce.md
- dockerhub.md
- eclipse.md
- elpa.md
- github-release.md
- brew.git.md
- homebrew-bottles.md
- homebrew-core.git.md
- homebrew-cask.git.md
- homebrew-services.git.md
- influxdata.md
- kubernetes.md
- linux.git.md
- mariadb.md
- mozilla.md
- mysql-repo.md
- nix-channels.md
- libnvidia-container.md
- qtproject.md
- raspberrypi.md
- ros.md
- ros2.md
- rosdistro.md
- sagemath.md
- tailscale.md
- winget-source.md
- xbmc.md