forked from SuperManito/LinuxMirrors
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
154 lines (154 loc) · 4.35 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
site_name: LinuxMirrors
repo_name: GitHub Repository
repo_url: https://github.com/SuperManito/LinuxMirrors
edit_uri: edit/main/docs/
copyright: 'Copyright © 2024 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a> <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
theme:
logo: assets/images/logo.png
name: material
custom_dir: docs/theme
language: zh
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
edit: material/file-document-edit-outline
view: material/file-eye-outline
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: fontawesome/regular/lightbulb
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: 跟随系统
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: white
toggle:
icon: octicons/sun-16
name: 亮色主题
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: octicons/moon-16
name: 深色主题
features:
- header.autohide
- navigation.top
- navigation.tabs
- navigation.path
- navigation.instant
- navigation.indexes
- navigation.footer
- navigation.tracking
- navigation.sections
- content.tooltips
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
- announce.dismiss
extra:
generator: false
homepage: https://linuxmirrors.cn
social:
- icon: simple/gitee
link: https://gitee.com/SuperManito/LinuxMirrors
- icon: fontawesome/brands/github
link: https://github.com/SuperManito/LinuxMirrors
analytics:
provider: google
property: G-WG7T40F7YP
feedback:
title: 此页面上的内容对你有帮助吗?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
感谢反馈!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
感谢反馈!使用<a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank" rel="noopener">反馈表单</a></br>帮助我们改进此页面。
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: "#"
permalink_title: 永久链接
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- abbr
- tables
- def_list
- attr_list
- footnotes
- md_in_html
- admonition
- pymdownx.details
- pymdownx.betterem
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/theme
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search:
lang: en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- exclude-search:
exclude:
- mirrors.md
- tags
- glightbox
nav:
- "介绍": index.md
- "软件源": mirrors/index.md
- "使用方法":
- "使用方法": use/index.md
- "常见问题": use/help.md
- "执行流程": use/execution-flow.md
- "高级用法":
- "命令选项": use/command-options.md
- "其它工具": other/index.md
- "社区": community/index.md