-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
267 lines (245 loc) · 6.58 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
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
site_name: Awesome CS
site_url: https://WncFht.github.io/Awesome-CS/
site_description: 收集整理各种计算机科学相关的知识,包括但不限于计算机基础、人工智能、机器人、工具等。
site_author: wnc
repo_name: Awesome-CS
repo_url: https://github.com/WncFht/Awesome-CS/
theme:
name: material
language: en
custom_dir: overrides
icon:
repo: fontawesome/brands/git-alt
edit: material/pencil
features:
- content.code.annotate
- content.code.copy
- content.code.select
- content.action.view
- content.footnote.tooltips
- content.tabs.link
- header.autohide
# - navigation.tabs.sticky
# - navigation.sections
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.path
# - navigation.instant.prefetch
# - navigation.instant.preview
# - navigation.instant.progress
# - navigation.expand
- toc.follow
- search.highlight
- search.share
- search.suggest
font: false
# favicon: assets/images/avatar.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: follow system
- media: "(prefers-color-scheme: light)"
scheme: default # 日间模式
primary: white # 上方的
accent: indigo # 链接等可交互元件的高亮色
toggle:
icon: material/brightness-7 # 图标
name: light mode # 鼠标悬浮提示
- media: "(prefers-color-scheme: dark)"
scheme: slate # 夜间模式
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: darkmode
markdown_extensions:
# - abbr
- meta
- def_list
- attr_list
# - admonition
# - footnotes
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# - pymdownx.caret
- pymdownx.critic
# - pymdownx.betterem
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
# - pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.inlinehilite
# - markdown.extensions.attr_list
- toc:
permalink: true
toc_depth: 3
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format:
# pymdownx.superfences.fence_code_format # 代码块高亮插件
- pymdownx.highlight: # 代码块高亮
anchor_linenums: true
linenums: true # 显示行号
auto_title: true # 显示编程语言名称
linenums_style: pymdownx-inline
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
# - markdown.extensions.toc:
# slugify:
# !!python/object/apply:pymdownx.slugs.slugify { kwds: { case: lower } }
# permalink: "\ue157"
# - pymdownx.magiclink:
# repo_url_shorthand: true
# user: WncFht
# repo: WncFht.github.io
# - pymdownx.snippets:
# auto_append:
# - includes/abbreviations.md
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: ignore
absolute_links: ignore
unrecognized_links: ignore
extra:
social:
- icon: /fontawesome/brands/qq
link: assets/images/qq.jpg
name: QQ
extra_css:
# - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.css
- https://cdn.tonycrane.cc/utils/katex.min.css
- https://cdn.tonycrane.cc/jbmono/jetbrainsmono.css
- https://cdn.tonycrane.cc/lxgw/lxgwscreen.css
- css/custom.css
- css/tasklist.css
- css/card.css
- css/flink.css
- css/extra.css
- css/fold_toc.css
- https://cdn.jsdelivr.net/npm/[email protected]/style.css
extra_javascript:
- js/katex.js
- js/toc.js
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.tonycrane.cc/utils/katex.min.js
- https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js
# katex
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/contrib/auto-render.min.js
# mathjax
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-mml-chtml.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-chtml.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-chtml-full.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-svg-full.js
plugins:
- bi_directional_links
# - ezlinks
- blogging:
locale: en
dirs:
- Blogs/posts
theme:
name: card
features:
tags:
index_page: tags/
insert: top
- search
- callouts
- glightbox:
width: 80%
- statistics:
words_per_minute: 200
- heti
# - include_dir_to_nav:
# sort_file: true
# sort_directory: true
- toc
- minify:
minify_html: true
minify_js: true
minify_css: true
js_files:
- js/katex.js
- js/mathjax.js
- js/toc.js
css_files:
- css/custom.css
- css/tasklist.css
- css/card.css
- css/flink.css
- css/extra.css
- css/fold_toc.css
- css/grid cards.css
# - obsidian_support 不知道什么原因构建速度很慢,暂时不用
# - rss
- git-revision-date-localized:
type: datetime
timezone: Asia/Shanghai
enable_creation_date: true
exclude:
- index.md
not_in_nav: assets/template/template.md
nav:
- Home: index.md
- CS课程:
- CS课程/index.md
- CS课程/C++.md
- CS课程/6.S081.md
- CS课程/AI.md
- CS课程/CS61A.md
- CS课程/CS61C.md
- CS课程/CSAPP.md
- CS课程/电路理论.md
- CS课程/算法.md
- CS课程/软件分析.md
- 数学课程:
- 数学课程/数学课程.md
- 后端:
- 后端/后端.md
- 算法:
- 算法/具身智能/具身智能.md
- 算法/多模态/多模态.md
- 算法/RAG/RAG.md
- 算法/大模型/LLM.md
- 系统:
- 系统/系统.md
- 工具:
- 工具/工具.md
- 总结:
- 总结/总结.md
- 其他:
- 其他/暂时难以整理的.md
- 杂谈:
- 杂谈/杂谈.md
- Tags:
- Tags/index.md