forked from Explorer-Dong/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
355 lines (340 loc) · 12.2 KB
/
mkdocs.yml
File metadata and controls
355 lines (340 loc) · 12.2 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
# 站点配置
site_name: Open Wiki Community
site_url: https://wiki.dwj601.cn/
repo_url: https://github.com/Explorer-Dong/explorer-dong.github.io
repo_name: explorer-dong.github.io
edit_uri: edit/main/docs/
# 主题配置
theme:
name: material
language: zh
custom_dir: overrides
# 图标
logo: assets/images/wiki-16px.svg
favicon: assets/images/wiki-16px.svg
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
# 颜色
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: 切换到亮色模式
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: 切换到暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: 切换到自动模式
features:
# - header.autohide # 自动隐藏页面头部
- navigation.tabs # 顶部一级分类导航栏
# - navigation.tabs.sticky # 固定顶部一级分类导航栏
- navigation.sections # 分类页小标题
# - navigation.expand # 分类页默认展开
- navigation.indexes # 不显示分类索引首页
- navigation.top # 顶部导航栏
- navigation.footer # 页脚
- content.code.copy # 代码块复制按钮
- content.code.select # 代码块选中行
- content.tooltips # 内容悬浮提示
- content.action.edit # 编辑源文件按钮
- content.action.view # 查看源文件按钮
- search.highlight # 搜索结果高亮
- search.share # 社交分享按钮
- search.suggest # 搜索建议
- toc.follow # 目录跟随滚动(需要 markdown_extensions.toc.permalink 开启)
- announce.dismiss # 支持手动关闭公告
# md 语法扩展
markdown_extensions:
# 并列嵌套(需要和 superfences 一起使用)
- pymdownx.tabbed:
alternate_style: true
# 悬浮提示
- abbr
- attr_list
- pymdownx.snippets
# 折叠块
- pymdownx.details
# 内容框
- admonition
# 脚注
- footnotes
# 目录
- toc:
# permalink: true # 显示标题链接
toc_depth: 3 # 显示目录深度
title: 本页目录 # 目录标题
permalink_title: 页面定位 # 链接标题
slugify: !!python/name:pymdownx.slugs.uslugify # 禁止重写标题,借鉴 oi-wiki 的配置
# 数学公式
- pymdownx.arithmatex:
generic: true
# 表情符号
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# mermaid
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# 图表标题
- pymdownx.blocks.caption:
types:
- caption
# 自动编号
- name: fc # figure caption
prefix: '图 {}. '
- name: tc # table caption
prefix: '表 {}. '
# 代码高亮
- pymdownx.highlight:
# auto_title: true # 自动标题
use_pygments: true # 第三方库增强
pygments_lang_class: true # 语言定制化高亮
linenums: true # 显示行号
anchor_linenums: true # 行号锚点
line_spans: __span # 行号容器(移动端适配)
# 任务列表
- pymdownx.tasklist:
custom_checkbox: true
# 注入
extra_javascript:
# KaTeX
- assets/javascripts/katex.js
- https://registry.npmmirror.com/katex/0.16.21/files/dist/katex.min.js
- https://registry.npmmirror.com/katex/0.16.21/files/dist/contrib/auto-render.min.js
# mermaid
- https://cdn.dwj601.cn/cdn-js/mermaid/mermaid.min.js
# 外链跳转
- assets/javascripts/link_blank.js
# 百度统计
- assets/javascripts/baidu_tongji.js
# 首页脚本(暂时不用,会出现屏幕闪烁的情况)
# - assets/javascripts/homepage.js
# 聊天机器人(暂时不用,后期有机会自己部署到国内服务器)
# - assets/javascripts/robot.js
extra_css:
# KaTeX
- https://registry.npmmirror.com/katex/0.16.21/files/dist/katex.min.css
# 自定义样式
- assets/stylesheets/extra.css
# 插件配置
plugins:
# 搜索功能
- search:
lang: zh
# 显示文章创建和修改时间
- git-revision-date-localized:
enable_creation_date: true
type: date
timezone: Asia/Shanghai
# 显示文章作者(头像与 GitHub Profile 链接)
- git-committers:
repository: Explorer-Dong/explorer-dong.github.io
branch: main
# 图片可点击放大
- glightbox:
auto_caption: true
# meta 配置
- meta
draft_docs: _*.md
# 页面导航
nav:
- index.md
- 基础:
- base/index.md
- 人工智能基础:
- Python 高级应用:
- base/ai/python-application/index.md
- 数字图像处理:
- base/ai/digital-image-processing/index.md
- 语音信号处理:
- base/ai/speech-signal-processing/index.md
- 机器学习:
- base/ai/machine-learning/index.md
- base/ai/machine-learning/data.md
- 模型:
- base/ai/machine-learning/model/index.md
- base/ai/machine-learning/model/linear-model.md
- base/ai/machine-learning/model/decision-tree-model.md
- base/ai/machine-learning/model/bayes-model.md
- base/ai/machine-learning/model/probability-graph-model.md
- base/ai/machine-learning/model/ensemble-learning.md
- base/ai/machine-learning/model/lazy-learning.md
- base/ai/machine-learning/model/cluster-learning.md
- base/ai/machine-learning/model/semi-supervised-learning.md
- base/ai/machine-learning/loss.md
- 深度学习:
- base/ai/deep-learning/index.md
- 数据挖掘:
- base/ai/data-mining/index.md
- base/ai/data-mining/data-preprocess.md
- base/ai/data-mining/association-analysis.md
- base/ai/data-mining/anomaly-detection.md
- 自然语言处理:
- base/ai/natural-language-processing/index.md
- base/ai/natural-language-processing/sequence-classification.md
- base/ai/natural-language-processing/sequence-generation.md
- 计算机视觉:
- base/ai/computer-vision/index.md
- base/ai/computer-vision/image-classification.md
- base/ai/computer-vision/object-detection.md
- 智慧教育:
- base/ai/intelligent-education/index.md
- 计算机基础:
- 面向对象程序设计:
- base/cs/object-oriented-programming/index.md
- 数字逻辑电路:
- base/cs/digital-logic-circuit/index.md
- 计算机系统基础:
- base/cs/computer-system-basic/index.md
- 数据库:
- base/cs/database/index.md
- 操作系统:
- base/cs/operating-system/index.md
- base/cs/operating-system/intro.md
- base/cs/operating-system/concurrent.md
- base/cs/operating-system/virtualization.md
- base/cs/operating-system/persistence.md
- 计算机组成:
- base/cs/computer-organization/index.md
- base/cs/computer-organization/cpu.md
- base/cs/computer-organization/memory.md
- base/cs/computer-organization/device.md
- 计算机网络:
- base/cs/computer-network/index.md
- base/cs/computer-network/application-layer.md
- base/cs/computer-network/transport-layer.md
- base/cs/computer-network/network-layer.md
- base/cs/computer-network/data-link-layer.md
- base/cs/computer-network/physical-layer.md
- 数理基础:
- base/math/index.md
- 大学物理:
- base/math/college-physics/index.md
- 高等数学:
- base/math/advanced-math/index.md
- base/math/advanced-math/differentiation.md
- base/math/advanced-math/integration.md
- 线性代数:
- base/math/linear-algebra/index.md
- 概率统计:
- base/math/probability-and-statistics/index.md
- base/math/probability-and-statistics/prob.md
- base/math/probability-and-statistics/stat.md
- 最优化方法:
- base/math/optimization-method/index.md
- base/math/optimization-method/intro.md
- base/math/optimization-method/linear-search.md
- base/math/optimization-method/unconstraint-optimization.md
- base/math/optimization-method/constraint-optimization.md
- 炼丹:
- data-science/index.md
- data-science/numpy-basic.md
- data-science/pandas-basic.md
- data-science/matplotlib-basic.md
- 算法:
- ds-and-algo/index.md
- ds-and-algo/templates.md
- ds-and-algo/templates-py.md
- 理论剖析:
- ds-and-algo/theory/index.md
- ds-and-algo/theory/base.md
- ds-and-algo/theory/ds.md
- ds-and-algo/theory/dp.md
- ds-and-algo/theory/geometry.md
- ds-and-algo/theory/string.md
- ds-and-algo/theory/graph.md
- ds-and-algo/theory/math.md
- 例题精讲:
- ds-and-algo/examples/index.md
- ds-and-algo/examples/examples-basic-algo.md
- ds-and-algo/examples/examples-advanced-algo.md
- ds-and-algo/examples/examples-ds.md
- 蓝桥杯备赛指南:
- ds-and-algo/lan-qiao-cup/index.md
- ds-and-algo/lan-qiao-cup/16th-python-a.md
- ds-and-algo/lan-qiao-cup/15th-python-a.md
- ds-and-algo/lan-qiao-cup/14th-python-a.md
- ds-and-algo/lan-qiao-cup/13th-python-a.md
- 睿抗备赛指南:
- ds-and-algo/raicom-caip/index.md
- 前端:
- front-end/index.md
- front-end/html-basic.md
- front-end/css-basic.md
- front-end/yaml-basic.md
- JavaScript:
- front-end/javascript/javascript-basic.md
- front-end/javascript/javascript-advanced.md
- Hexo:
- front-end/hexo/build-your-own-website-with-hexo.md
- front-end/hexo/hexo-deployment.md
- front-end/hexo/hexo-enhancement.md
- 后端:
- back-end/index.md
- C++:
- back-end/cplusplus/cpp-basic.md
- back-end/cplusplus/cpp-crow.md
- Python:
- back-end/python/python-basic.md
- back-end/python/python-tips.md
- back-end/python/python-flask.md
- MySQL:
- back-end/mysql/mysql-basic.md
- back-end/mysql/mysql-problem-solve.md
- openGauss:
- back-end/opengauss/opengauss-setup.md
- back-end/opengauss/opengauss-basic.md
- 运维:
- operation/index.md
- operation/gnu-linux-basic.md
- operation/gnu-linux-advanced.md
- Nginx:
- operation/nginx/nginx-commands.md
- operation/nginx/nginx-setup.md
- operation/nginx/nginx-examples.md
- 工具:
- dev-tools/index.md
- dev-tools/jetbrains-license.md
- 软件配置:
- dev-tools/setup/windows-setup.md
- dev-tools/setup/devcpp-setup.md
- dev-tools/setup/idle-setup.md
- dev-tools/setup/clion-setup.md
- Git:
- dev-tools/git/git-commands.md
- dev-tools/git/git-pull-request.md
- dev-tools/git/git-self-define-command.md
- dev-tools/git/solve-git-problems.md
- 博客: https://blog.dwj601.cn/
# 额外配置
extra:
# 谷歌分析
analytics:
provider: google
property: G-56NDVC0D5B
# 文章状态定义
status:
new: 最近新增
deprecated: 即将废弃
# 页面底部社交链接
social:
- icon: fontawesome/brands/github
link: https://github.com/Explorer-Dong
name: GitHub
- icon: fontawesome/solid/c
link: https://blog.csdn.net/qq_73408594
name: CSDN
# 页脚 Copyright
copyright: <a href="https://beian.miit.gov.cn/">苏ICP备2024087610号-1</a>