-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
330 lines (307 loc) · 8.96 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
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
site_name: wnc 的咖啡馆
site_url: https://WncFht.github.io/notes/
site_description: wnc 的个人网站
site_author: wnc
repo_name: wnc's café
repo_url: https://github.com/WncFht/notes/
# edit_uri: edit/main/docs/
copyright: Copyright © 2024 - Present <a href="https://github.com/WncFht/" target="_blank" rel="noopener">WncFht</a>
theme:
name: material
language: en
custom_dir: overrides
icon:
logo: material/coffee
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.jpg
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/twitter
# link: https://twitter.com/
- icon: /fontawesome/brands/github
link: https://github.com/WncFht
name: GitHub
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/496058922?spm_id_from=333.1007.0.0
name: Bilibili
- icon: /fontawesome/brands/zhihu
link: https://www.zhihu.com/people/fht-64
name: Zhihu
- icon: /fontawesome/brands/qq
link: assets/images/qq.jpg
name: QQ
- icon: /fontawesome/brands/weixin
link: assets/images/WeChat.jpg
name: WeChat
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: Email
# analytics:
# provider: google
# property: YOUR-ANALYTICS-ID
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:
- blogging:
locale: en
dirs:
- Blogs/posts
theme:
name: card
features:
tags:
index_page: tags/
insert: top
- search
- callouts
- ezlinks
- 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: Links.md
nav:
- Home:
- index.md
- about.md
- Blogs:
- index: Blogs/index.md
- Archives: Blogs/archives.md
- Blogs/posts/24-12-29.md
- Blogs/posts/24-12-30.md
- Blogs/posts/FreeSplatter 代码解读.md
- Blogs/posts/Gaussian_Splatting_Code.md
- Blogs/posts/Gaussian_Splatting_复现.md
- Blogs/posts/OCRN.md
- Blogs/posts/ULIP-2.md
- Blogs/posts/用AI后的问题.md
- Summaries:
- Summaries/index.md
- Summaries/2024/weekly/2024-W44-10.md
- Summaries/2024/weekly/2024-W45-11.md
- Summaries/2024/weekly/2024-W46-11.md
- Summaries/2024/weekly/2024-W47-11.md
- Summaries/2024/weekly/2024-W48-11.md
- Summaries/2024/weekly/2024-W49-12.md
- Summaries/2024/weekly/2024-W50-12.md
- Summaries/2024/weekly/2024-W51-12.md
- Summaries/2024/weekly/2024-W52-12.md
- Summaries/2025/weekly/2025-W01-12.md
- Summaries/Semesters/202409-10.md
- Summaries/Semesters/2024_1_1.md
- Summaries/Semesters/2024summer_vacation.md
- Computer Basic:
- CS_Basic/index.md
- CS_Basic/15-213/CSAPP.md
- CS_Basic/C++/Accelerated C++.md
- CS_Basic/C++/C++ Basic.md
- CS_Basic/CS61A/CS61A.md
- CS_Basic/CS61A/Composing_Programs.md
- CS_Basic/CS61C/计算机组成与设计硬件软件接口.md
- CS_Basic/Network/Security.md
- AI:
- AI/index.md
- AI/Dive_into_Deep_Learning.md
- AI/SLAM14.md
- AI/统计学习方法.md
- AI/CS231n/CS231n_notes.md
- AI/CS231n/Image Classification-Data-driven Approach, k-Nearest Neighbor, train_val_test splits.md
- AI/CS231n/Linear classification-Support Vector Machine, Softmax.md
- AI/CS231n/Numpy.md
- AI/EECS 498-007/KNN.md
- AI/EECS 498-007/Pytorch.md
- AI/EECS 498-007/linear_classifer.md
- AI/FFB6D/FFB6D_Conda.md
- AI/FFB6D/FFB6D_Docker.md
- Robot:
- Robot/index.md
- Robot/calibration.md
- Robot/kalman.md
- Robot/pnp.md
- Tools:
- Tools/index.md
- Tools/AI/prompt.md
- Tools/AI/prompt_writing.md
- Tools/Blog/Mkdocs_Material.md
- Tools/Environment/Ubuntu_setup.md
- Tools/Environment/environment.md
- Tools/Environment/obsidian_setup.md
- Tools/Make/CMake.md
- Tools/Make/Makeflie.md
- Tools/Others/Chezmoi.md
- Tools/Others/SSH.md
- Tools/Others/zotero_使用指南.md
- Tools/Terminal/Tabby_Zsh.md
- Tags:
- Tags/index.md