-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
181 lines (156 loc) · 4.67 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
site_name: Huayi's Notebook
site_url: https://note.huaeryi.com/
repo_name: huaeryi/notebook
repo_url: https://github.com/huaeryi/notebook
edit_uri: tree/master/docs
site_description: huayi的笔记本
copyright: Copyright © 2022-2024 <a href="https://github.com/huaeryi" target="_blank" rel="noopener">huayi</a>
nav:
- 🏠Home:
- index.md
- 📝Schedule: home/schedule.md
- 📖算法笔记:
- oi/index.md
- 动态规划:
- oi/dp/index.md
- 背包dp: oi/dp/dp_pack.md
- 数据结构:
- 并查集: oi/ds/ds_disjoint.md
- 树状数组: oi/ds/tree_array.md
- 线段树: oi/ds/segment_tree.md
- 图:
- 网络流: oi/flow.md
- 搜索: oi/search/dfs.md
- 小项: oi/other.md
- 常用stl库: oi/stl.md
- 🚩系统安全:
- ctf/index.md
- Tools: ctf/tools.md
- Misc:
- ctf/misc/index.md
- 沙箱逃逸: ctf/misc/escape.md
- QRCode: ctf/misc/qrcode.md
- Crypto:
- ctf/crypto/index.md
- AES: ctf/crypto/aes.md
- RSA: ctf/crypto/rsa.md
- LWE: ctf/crypto/lwe.md
- ECC: ctf/crypto/ecc.md
- Web:
- ctf/web/index.md
- PHP相关: ctf/web/php.md
- SQL注入: ctf/web/sql.md
- SSRF: ctf/web/ssrf.md
- XSS: ctf/web/xss.md
- Reverse:
- ctf/reverse/index.md
- 软件壳: ctf/reverse/unpack.md
- 迷宫问题: ctf/reverse/maze.md
- Golang逆向: ctf/reverse/go.md
- Android逆向: ctf/reverse/android.md
- Pwn:
- ctf/pwn/index.md
- fsb: ctf/pwn/fsb.md
- ROP: ctf/pwn/rop.md
- Heap: ctf/pwn/heap.md
- AI:
- ctf/ai/index.md
- Blockchain: ctf/blockchain.md
- OSINT: ctf/osint.md
- CVE:
- ctf/cve/index.md
- Supervisor: ctf/cve/CVE-2017-11610.md
- 💾CTF赛题收录:
- ctf_contest/index.md
- Hackgame2023: ctf_contest/hackgame2023.md
- BeginCTF2024: ctf_contest/beginctf.md
theme:
name: 'material'
custom_dir: overrides
language: 'zh'
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
font: false
# text: Roboto
# code: Roboto Mono
# text: 'JetBrains Mono' # Share Tech
# code: JetBrains Mono
palette:
scheme: huayi
# - media: "(prefers-color-scheme: light)"
# scheme: huayi
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# # Palette toggle for dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: huayi
# toggle:
# icon: material/brightness-4
# name: Switch to light mode
icon:
logo: material/notebook-outline
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:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- tables
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/huaeryi
- icon: fontawesome/solid/blog
link: https://blog.huaeryi.top
- icon: fontawesome/solid/book
link: https://note.huaeryi.top
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
extra_css:
- stylesheets/extra.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
- https://cdn.jsdelivr.net/npm/[email protected]/css/jetbrains-mono.min.css