-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
403 lines (381 loc) · 12.5 KB
/
Copy pathmkdocs.yml
File metadata and controls
403 lines (381 loc) · 12.5 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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
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.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.inlinehilite
# - markdown.extensions.attr_list
- toc:
permalink: true
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name: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:2130212584@qq.com
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/lxgw-wenkai-webfont@1.1.0/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
- mermaid2
not_in_nav: Links.md
nav:
- Home:
- index.md
- about.md
- Blogs:
- index: Blogs/index.md
- Archives: Blogs/archives.md
- Posts:
- Blogs/posts/24-12-29.md
- Blogs/posts/24-12-30.md
- Blogs/posts/25-01-20.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
- Blogs/posts/notes_software.md
- Blogs/posts/openManus.md
- Blogs/posts/Foundational Models for 3D Point Clouds A Survey and Outlook.md
- Blogs/posts/Agent 的一些资源汇总.md
- Summaries:
- Summaries/index.md
- Weekly:
- 2024:
- 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
- 2025:
- Summaries/2025/weekly/2025-W01-12.md
- Summaries/2025/weekly/2025-W02-01.md
- Summaries/2025/weekly/2025-W03-01.md
- Summaries/2025/weekly/2025-W04-01.md
- Summaries/2025/weekly/2025-W05-01.md
- Summaries/2025/weekly/2025-W08-02.md
- Summaries/2025/weekly/2025-W10-03.md
- Summaries/2025/weekly/2025-W11-03.md
- Semesters:
- Summaries/Semesters/202409-10.md
- Summaries/Semesters/2024_1_1.md
- Summaries/Semesters/2024summer_vacation.md
- Summaries/Semesters/2025winter_vacation.md
- Computer Basic:
- CS_Basic/index.md
- CSAPP: CS_Basic/15-213/CSAPP.md
- C++:
- CS_Basic/C++/Accelerated C++.md
- CS_Basic/C++/C++ Basic.md
- CS61:
- CS_Basic/CS61A/CS61A.md
- CS_Basic/CS61A/Composing_Programs.md
- CS_Basic/CS61C/计算机组成与设计硬件软件接口.md
- Network:
- CS_Basic/Network/Security.md
- AI:
- AI/index.md
- Basic:
- AI/Dive_into_Deep_Learning.md
- AI/SLAM14.md
- AI/统计学习方法.md
- CS231n:
- 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
- EECS 498-007:
- AI/EECS 498-007/KNN.md
- AI/EECS 498-007/Pytorch.md
- AI/EECS 498-007/linear_classifer.md
- FFB6D:
- 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
- Cheat Sheet:
- Tools/Cheat Sheet/Cheat Sheet.md
- Tools/Cheat Sheet/Tools 待整理.md
- Tools/Cheat Sheet/常用命令.md
- Tools/Cheat Sheet/常用配置文件.md
- tools:
- Tools/Cheat Sheet/tools/adb Cheat Sheet.md
- Tools/Cheat Sheet/tools/bash Cheat Sheet.md
- Tools/Cheat Sheet/tools/ffmpeg Cheat Sheet.md
- Tools/Cheat Sheet/tools/gdb Cheat Sheet.md
- Tools/Cheat Sheet/tools/git Cheat Sheet.md
- Tools/Cheat Sheet/tools/ip Cheat Sheet.md
- Tools/Cheat Sheet/tools/tmux Cheat Sheet.md
- Tools/Cheat Sheet/tools/Docker Cheat Sheet.md
- Tools/Cheat Sheet/tools/KDE Cheat Sheet.md
- Tools/Cheat Sheet/tools/Makeflie Cheat Sheet.md
- Tools/Cheat Sheet/tools/chezmoi Cheat Sheet.md
- Tools/Cheat Sheet/tools/mkdocs Cheat Sheet.md
- Tools/Cheat Sheet/tools/network Cheat Sheet.md
- Tools/Cheat Sheet/tools/ssh Cheat Sheet.md
- Tools/Cheat Sheet/tools/tabby Cheat Sheet.md
- Tools/Cheat Sheet/tools/wandb Cheat Sheet.md
- Tools/Cheat Sheet/tools/zotero Cheat Sheet.md
- Tools/Cheat Sheet/tools/小鹤双拼 Cheat Sheet.md
- Tools/Cheat Sheet/tools/远程连接 Cheat Sheet.md
- editors:
- Tools/Cheat Sheet/editors/emacs Cheat Sheet.md
- Tools/Cheat Sheet/editors/nano Cheat Sheet.md
- Tools/Cheat Sheet/editors/VScode Cheat Sheet.md
- Tools/Cheat Sheet/editors/org Cheat Sheet.md
- Tools/Cheat Sheet/editors/vim Cheat Sheet.md
- Tools/Cheat Sheet/editors/nvim Cheat Sheet.md
- Tools/Cheat Sheet/editors/cursor Cheat Sheet.md
- languages:
- Tools/Cheat Sheet/languages/javascript Cheat Sheet.md
- Tools/Cheat Sheet/languages/python Cheat Sheet.md
- Tools/Cheat Sheet/languages/vimscript Cheat Sheet.md
- Tools/Cheat Sheet/languages/Go Cheat Sheet.md
- Tools/Cheat Sheet/languages/markdown Cheat Sheet.md
- Tools/Cheat Sheet/languages/typst Cheat Sheet.md
- System:
- Tools/Cheat Sheet/System/Arch Cheat Sheet.md
- AI:
- Tools/AI/prompt.md
- Tools/AI/prompt_writing.md
- Blog:
- Tools/Blog/Mkdocs_Material.md
- Environment:
- Tools/Environment/Arch_setup.md
- Tools/Environment/Ubuntu_setup.md
- Tools/Environment/environment.md
- Tools/Environment/obsidian_setup.md
- Make:
- Tools/Make/CMake.md
- Tools/Make/Makeflie.md
- Others:
- Tools/Others/Chezmoi.md
- Tools/Others/SSH.md
- Tools/Others/zotero_使用指南.md
- Terminal:
- Tools/Terminal/Tabby_Zsh.md
- Tags:
- Tags/index.md