-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
215 lines (208 loc) · 8.62 KB
/
mkdocs.yml
File metadata and controls
215 lines (208 loc) · 8.62 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
site_name: "JinBlog"
site_author: yJader
site_description: "yJin's Blog"
# Repository
repo_name: yJader/JinBlog
repo_url: https://github.com/yJader/JinBlog
edit_uri: edit/main/docs
use_directory_urls: false # 不使用目录URL
nav:
- "Jin Blog": index.md
# - "test": test/test.md
- FZU CS课程:
- fzu_cs_course/README.md
- 数字电路与逻辑设计:
- "数字电路与逻辑设计": fzu_cs_course/数字电路与逻辑设计/数字电路与逻辑设计.md
- "复习纲要": fzu_cs_course/数字电路与逻辑设计/复习纲要.md
- "离散数学": fzu_cs_course/离散数学/离散数学.md
- 数据结构:
- "数据结构": fzu_cs_course/数据结构/数据结构.md
- "数据结构考试材料": fzu_cs_course/数据结构/数据结构考试材料.md
- 计算机组成原理:
- "计算机组成原理": fzu_cs_course/计算机组成原理/计算机组成原理.md
- "计算机组成原理考点": fzu_cs_course/计算机组成原理/计算机组成原理考点.md
- 计算机网络:
- "计算机网络": fzu_cs_course/计算机网络/计算机网络.md
- "课后题": fzu_cs_course/计算机网络/计算机网络 课后题.md
- 操作系统:
- "操作系统": fzu_cs_course/操作系统/操作系统.md
- "NJU操作系统": fzu_cs_course/操作系统/NJU操作系统.md
- "简答题": fzu_cs_course/操作系统/简答题 MDver.md
- 软件工程:
- "软件工程": fzu_cs_course/软件工程/软件工程.md
- "知识点": fzu_cs_course/软件工程/一些整理.md
- 数据库系统原理:
- "数据库系统原理": fzu_cs_course/数据库系统原理/数据库系统原理.md
- "简答题": fzu_cs_course/数据库系统原理/数据库简答题.md
- "计算机图形学": fzu_cs_course/图形学/图形学.md
- 汇编&接口:
- "汇编&接口": fzu_cs_course/汇编&接口/汇编&接口.md
- "汇编模板": fzu_cs_course/汇编&接口/汇编模板.md
- 劳动实践(BearPi):
- "劳动实践(BearPi)笔记": fzu_cs_course/劳动实践(BearPi)/劳动实践笔记.md
- 数据挖掘:
- "数据挖掘": fzu_cs_course/数据挖掘/数据挖掘.md
- 计算机系统结构:
- fzu_cs_course/计算机系统结构/README.md
- "系统结构": fzu_cs_course/计算机系统结构/系统结构.md
- "复习提纲MAP": fzu_cs_course/计算机系统结构/复习提纲MAP.md
- "简答题": fzu_cs_course/计算机系统结构/简答题.md
- "小测选填": fzu_cs_course/计算机系统结构/小测选填.md
- 编译原理:
- "编译原理": fzu_cs_course/编译原理/编译原理.md
- 计算方法(数值分析):
- "计算方法(数值分析)": fzu_cs_course/计算方法(数值分析)/计算方法(数值分析).md
- "公式整理": fzu_cs_course/计算方法(数值分析)/公式整理.md
- 人机交互:
- "人机交互": fzu_cs_course/人机交互/复习课件 MD Ver.md
- "人机交互考点": fzu_cs_course/人机交互/缩减版.md
- 毕业设计:
- "毕业设计要求整理": fzu_cs_course/毕业设计/毕设要求整理.md
- "FZU-Undergraduate-Thesis": fzu_cs_course/毕业设计/FZU-Undergraduate-Thesis.md
- "FZU-SINTEF-Beamer-Template": fzu_cs_course/毕业设计/FZU-SINTEF-Beamer-Template.md
- DL-LLM:
- 博客学习:
- vLLM深入研究:一个高吞吐量 LLM 推理系统的剖析: dl_llm/Inside vLLM Anatomy of a High-Throughput LLM Inference System.md
- "CMU10-414/714: Deep Learning Systems":
- csdiy/CMU 10-414 Deep Learning Systems/README.md
- "Course Notes": csdiy/CMU 10-414 Deep Learning Systems/10-414_深度学习系统课程笔记.md
- "Homework Notes": csdiy/CMU 10-414 Deep Learning Systems/10-414 Homework笔记.md
- CSDIY公开课:
- "CMU10-414/714: Deep Learning Systems":
- csdiy/CMU 10-414 Deep Learning Systems/README.md
- "Course Notes": csdiy/CMU 10-414 Deep Learning Systems/10-414_深度学习系统课程笔记.md
- "Homework Notes": csdiy/CMU 10-414 Deep Learning Systems/10-414 Homework笔记.md
- CS224W图机器学习:
- csdiy/CS224w图机器学习/README.md
- "CS224w Notes": csdiy/CS224w图机器学习/CS224w.pdf
- "CS224w 图机器学习笔记": csdiy/CS224w图机器学习/CS224W 图机器学习笔记.md
# - 后端开发:
# - Java:
# - "java类基础": backend/java/java类基础.md
# - "继承封装多态": backend/java/继承封装多态.md
# - "10面向对象高级": backend/java/10面向对象高级.md
# - "11枚举和注解": backend/java/11枚举和注解.md
# - "12异常": backend/java/12异常Exception.md
# - "13常用类": backend/java/13常用类.md
# - "14集合": backend/java/14集合.md
# - "15泛型": backend/java/15泛型.md
# - "16坦克大战_part1": backend/java/16坦克大战_part1.md
# - "17多线程基础": backend/java/17多线程基础.md
# - "18坦克大战_part2": backend/java/18坦克大战_part2.md
# - "19IO流": backend/java/19IO流.md
# - "20网络编程": backend/java/20网络编程.md
# - "21反射与动态代理": backend/java/21反射与动态代理.md
# - "22Java8新特性": backend/java/22Java8新特性.md
# - "杂项": backend/java/杂项.md
- 工具分享:
- "Windows装机笔记(附软件推荐)": tools/Windows装机笔记(附软件推荐).md
- "Linux装机笔记": tools/Linux装机笔记.md
- Blog:
- blog/index.md
theme:
logo: "assests/jade_light.svg"
font:
text: Roboto
code: Roboto Mono
# logo: "assets/logo-white.png"
# favicon: "assets/icon.png"
name: material
highlightjs: true
hljs_languages:
- yaml
- rust
- java
- bash
language: zh
palette:
- media: "(prefers-color-scheme: light)"
primary: "indigo"
scheme: default
accent: "orange"
toggle:
icon: material/weather-night
name: 暗色模式
- media: "(prefers-color-scheme: dark)"
primary: "black"
scheme: slate
toggle:
icon: material/weather-sunny
name: 亮色模式
custom_dir: overrides
features:
- navigation.tabs
- navigation.indexes
- navigation.tabs.sticky
- navigation.tracking
- toc.follow
- content.action.edit
- navigation.footer
- navigation.path
- navigation.top
- search.suggest
- search.highlight
- search.share
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
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
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.critic
- pymdownx.keys
- admonition #MkDocs 警告框
- footnotes #脚注
- meta #自定义文章元数据
- pymdownx.caret #下划线
- pymdownx.mark #文本高亮
- pymdownx.highlight: # 代码块语法高亮
anchor_linenums: true # 启用行号
line_spans: __span # 自定义行范围
pygments_lang_class: true # 使用语言类名
- pymdownx.inlinehilite # 行内代码高亮
- pymdownx.tilde #删除线
- pymdownx.snippets #代码片段, 没用过, 抄的配置
- pymdownx.superfences #代码块增强
- pymdownx.arithmatex: # latex
generic: true
- toc: # 大纲
permalink: true
baselevel: 2 # 将大纲的基本级别设置为2(#会变为<h2>)
- def_list # 列表
- pymdownx.tasklist:
custom_checkbox: true
- mdx_truly_sane_lists # 多级列表
# - fenced_code
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
# - git-committers:
# repository: Fzu-SOSD-Lab/molihua
# branch: main
# enabled: !ENV [CI, false]
- blog:
blog_toc: true
post_excerpt: required
# archive: false
# categories_name: tags
pagination_per_page: 5
post_url_format: "{slug}" # 博客url格式
# extra:
# cname: 1jin.top