-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
329 lines (305 loc) · 10.9 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
site_name: xestray's website
site_url: https://xestray.cc/
site_author: xestray
site_description: >-
个人网站...
repo_name: xestray # 仓库名称
repo_url: https://github.com/xestray/xestray.github.io/ # 仓库地址
copyright: Copyright © 2025 <a href="https://github.com/xestray" target="_blank">xestray</a>
nav:
- Home: index.md
- Computer Science:
- ComputerScience/index.md
- 编程语言:
- ComputerScience/PL/index.md
- C++:
- C++Learning: ComputerScience/PL/cpp/cpplearning.md
- CS106L: ComputerScience/PL/cpp/cs106l.md
# - Python: ComputerScience/PL/python.md
# - Java: ComputerScience/PL/java.md
# - Shell: ComputerScience/PL/shell.md
- 高级数据结构与算法分析:
- ComputerScience/ADS/index.md
- AVL树与Splay树与摊还分析: ComputerScience/ADS/lec-1.md
- 红黑树与B+树: ComputerScience/ADS/lec-2.md
- 倒排文件索引: ComputerScience/ADS/lec-3.md
- 左倾堆与斜堆: ComputerScience/ADS/lec-4.md
- 二项堆: ComputerScience/ADS/lec-5.md
- 回溯法: ComputerScience/ADS/lec-6.md
- 分治法: ComputerScience/ADS/lec-7.md
- 动态规划: ComputerScience/ADS/lec-8.md
- 贪心算法: ComputerScience/ADS/lec-9.md
- NP完全性: ComputerScience/ADS/lec-10.md
- 近似算法: ComputerScience/ADS/lec-11.md
- 局部搜索: ComputerScience/ADS/lec-12.md
- 随机算法: ComputerScience/ADS/lec-13.md
- 并行算法: ComputerScience/ADS/lec-14.md
- 外部排序: ComputerScience/ADS/lec-15.md
- 计算机组成与设计:
- ComputerScience/COD/index.md
- 计算机概要与技术: ComputerScience/COD/chap-1.md
- 指令:计算机的语言: ComputerScience/COD/chap-2.md
- 计算机的算数运算: ComputerScience/COD/chap-3.md
- 处理器: ComputerScience/COD/chap-4.md
- 内存层次架构: ComputerScience/COD/chap-5.md
- 储存和 IO: ComputerScience/COD/chap-6.md
- 计算机体系结构:
- ComputerScience/CA/index.md
- 计算机设计基础: ComputerScience/CA/chap-1.md
- 流水线: ComputerScience/CA/chap-2.md
- 内存层次: ComputerScience/CA/chap-3.md
- 指令级并行: ComputerScience/CA/chap-4.md
- DLP 和 TLP: ComputerScience/CA/chap-5.md
- 数据库系统:
- ComputerScience/DB/index.md
- 数据库介绍: ComputerScience/DB/lec-1.md
- 关系模型: ComputerScience/DB/lec-2.md
- SQL: ComputerScience/DB/lec-3.md
- SQL 进阶: ComputerScience/DB/lec-4.md
- 面向对象程序设计:
- ComputerScience/OOP/index.md
- 杂项:
- ComputerScience/Misc/index.md
- Makefile: ComputerScience/Misc/makefile.md
# - Git: ComputerScience/Misc/git.md
# - Docker: ComputerScience/Misc/docker.md
# - Vim: ComputerScience/Misc/vim.md
- 数理:
- 数学分析: MathematicsAndPhysics/MA/MA.md
- 线性代数: MathematicsAndPhysics/LA/LA.md
- 普通物理学Ⅱ:
- MathematicsAndPhysics/Phy2/index.md
- 电学: MathematicsAndPhysics/Phy2/electrostatics.md
- 磁学: MathematicsAndPhysics/Phy2/magnetostatics.md
- 电动力学: MathematicsAndPhysics/Phy2/electrodynamics.md
- 麦克斯韦方程组与电磁波: MathematicsAndPhysics/Phy2/maxwell.md
- 几何光学: MathematicsAndPhysics/Phy2/geometrical_optics.md
- 波动光学: MathematicsAndPhysics/Phy2/wave_optics.md
- 量子力学: MathematicsAndPhysics/Phy2/quantum.md
- 概率论:
- MathematicsAndPhysics/Probability/index.md
- 事件及其概率: MathematicsAndPhysics/Probability/chap-1.md
- 随机变量与分布函数: MathematicsAndPhysics/Probability/chap-2.md
- 数字特征与特征函数: MathematicsAndPhysics/Probability/chap-3.md
- 极限定理: MathematicsAndPhysics/Probability/chap-4.md
- CTF:
- CTF/index.md
- 基础周:
- lec1-Intro: CTF/fundament/lec1-Intro.md
- lec2-Web: CTF/fundament/lec2-Web.md
- lec3-Misc: CTF/fundament/lec3-Misc.md
- lec4-Reverse: CTF/fundament/lec4-Rev.md
- lec5-Pwn: CTF/fundament/lec5-Pwn.md
- lec6-Crypto: CTF/fundament/lec6-Crypto.md
- 专题周:
- Web:
- Web-1: CTF/Web/Web-1.md
- Misc:
- Misc-1: CTF/Misc/Misc-1.md
- Misc-2: CTF/Misc/Misc-2.md
- Others:
- 干点啥: others/WhatToDo.md
# - 标签: tags.md
# 配置
theme:
custom_dir: overrides
name: material
# logo: img/logo.png
features:
- announce.dismiss
# - content.action.edit
# - content.action.view
- content.code.annotate
- content.code.copy # 复制代码按钮
- content.code.select # 选择代码按钮
- content.tabs.link # 链接标签
- content.tooltips
# - header.autohide # 自动隐藏header
# - navigation.expand # 默认展开导航栏
- navigation.footer # 底部导航栏
- navigation.indexes
# - navigation.instant # 瞬间加载
# - navigation.instant.prefetch # 预加载
# - navigation.instant.progress # 进度条
- navigation.path # 导航路径
# - navigation.prune # 只构建可见的页面
# - navigation.sections # 导航栏的section
- navigation.tabs # 顶级索引被作为tab
# - navigation.tabs.sticky # tab始终可见
- navigation.top # 开启顶部导航栏
- navigation.tracking # 导航栏跟踪
- search.highlight # 搜索高亮
- search.share # 搜索分享
- search.suggest # 搜索建议
- toc.follow # 目录跟踪-页面右侧的小目录
# - toc.integrate # 目录跟踪集成到左侧大目录中
palette:
- media: "(prefers-color-scheme: light)" # 浅色
scheme: default
primary: light-blue
accent: indigo
toggle:
icon: material/weather-sunny # material/toggle-switch
name: 太耀眼了
- media: "(prefers-color-scheme: dark)" # 深色
scheme: slate
primary: 1bdbe9b0
accent: indigo
toggle:
icon: material/weather-night # material/toggle-switch-off
name: 要有光
font:
text: LXGW WenKai Screen
code: JetBrains Mono
# favicon: material/notebook # 网站图标
icon:
logo: material/notebook
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
admonition:
info: fontawesome/solid/anchor
note: fontawesome/solid/pen-nib
abstract: fontawesome/solid/list
tip: fontawesome/solid/lightbulb
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: material/alien
danger: fontawesome/solid/virus
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/link
# Plugins
plugins:
- blog:
blog_dir: casual
archive: false
post_readtime_words_per_minute: 250
post_date_format: full
blog_toc: true
post_excerpt_separator: <!-- more -->
- changelog
- statistics:
words_per_minute: 250
- search
# - social
- toc
- git-revision-date-localized:
enable_creation_date: true
locale: zh
type: date
timezone: Asia/Shanghai
exclude:
- casual/*
- index.md
- tags
- mermaid2
- print-site
# 额外配置项
extra:
generator: false
status:
new: Recently added
deprecated: Deprecated
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback: # feedback form
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help me improve this page by
using our <a href="https://github.com/xestray/xestray.github.io/issues" target="_blank" rel="noopener">feedback form</a>.
tags: # 自定义标签
Default: default-tag
Hardware: hardware-tag
Software: software-tag
# consent: # 征求同意 Cookie
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
# 扩展
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- tables
- def_list
- attr_list
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- 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.highlight:
anchor_linenums: true
linenums: true # 显示行号
# auto_title: true # 显示编程语言名称
- pymdownx.arithmatex:
generic: true
- neoteroi.cards
# - mdx_truly_sane_lists
# - hbfm.inline_coloring
# - hbfm.inline_list
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
# - javascripts/mathjax.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/toc.js
# - javascripts/scheme.js
extra_css:
- https://fonts.font.im/css2?family=Noto+Serif+SC
- https://fonts.font.im/css?family=Gloria+Hallelujah
- https://unpkg.com/katex@0/dist/katex.min.css
- https://cdn.jsdelivr.net/npm/[email protected]/css/jetbrains-mono.css
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css
- https://cdn.jsdelivr.net/npm/[email protected]/style.css
- css/changelogs.css
- css/newadmonitions.css
# - css/newfonts.css
- css/cards.css
- css/card.css
- css/custom.css
- css/changelog_extra.css
- css/counter.css
- css/fold_toc.css
- css/flink.css