-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
183 lines (174 loc) · 4.92 KB
/
mkdocs.yml
File metadata and controls
183 lines (174 loc) · 4.92 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
site_name: Jimmy's Note
site_url: http://note.jsta.top/
repo_name: Jimmy-312/note
repo_url: https://github.com/Jimmy-312/note/
edit_uri: tree/main/docs
site_description: Jimmy's Notebook
copyright: Copyright © 2023-2025 <a href="https://github.com/Jimmy-312" target="_blank" rel="noopener">Jimmy</a>
theme:
name: 'material'
favicon: https://cdn.jsta.top/icon/jimmy_32c.ico
language: 'zh'
icon:
logo: material/notebook-outline
custom_dir: overrides
features:
- content.tooltips
- content.code.annotate
- content.code.copy #代码复制
- navigation.expand # 目录自动展开子目录
- navigation.tabs
- navigation.tabs.sticky # 导航栏始终显示
# - navigation.instant
# - navigation.instant.progress # 页面顶部显示加载进度条
- navigation.tracking #地址栏中的 URL 将自动更新为在目录中突出显示的活动锚点
- navigation.tabs #顶级部分将呈现在上面视口标题下方的菜单层中,但在移动设备上保持原样
- navigation.indexes #启用节索引页后,可以将文档直接附加到节
- navigation.top # 返回顶部的按钮 在上滑时出现
# - navigation.footer #页脚将呈现在边栏中,但在移动设备上保持原样
- search.suggest # 搜索输入一些字母时推荐补全整个单词
- search.highlight # 搜索出的文章关键词加入高亮
- search.share #搜索分享按钮
font: false
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: System Preference
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Light Mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Dark Mode
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- abbr
- 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
- pymdownx.inlinehilite
- 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
- pymdownx.arithmatex:
generic: true
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: ignore
absolute_links: ignore
unrecognized_links: ignore
extra_css:
- https://cdn.jsta.top/utils/katex.min.css
- https://cdn.jsta.top/jbmono/jetbrainsmono.css
- https://cdn.jsta.top/lxgw/lxgwscreen.css
- css/tasklist.css
- css/custom.css
- css/card.css
- css/flink.css
- css/changelog_extra.css
extra_javascript:
- https://cdn.jsta.top/utils/katex.min.js
- js/katex.js
extra:
consent:
title: Cookie 知情同意
description:
此网站使用Cookie来改善您的体验。
<a href="https://www.cookiesandyou.com/">了解更多</a>
analytics:
provider: custom
plugins:
# - rss
- blog:
blog_toc: true
- meta
- search
- glightbox:
width: 80%
- encryptcontent:
title_prefix: "🔒 "
remember_password: True
default_expire_dalay: 48
decryption_failure_message: 密码错误,再猜猜
encrypted_something:
mkdocs-encrypted-toc: [nav, class]
- git-revision-date-localized:
type: custom
custom_format: "%Y年%m月%d日 %H:%M"
timezone: Asia/Shanghai
locale: zh
enable_creation_date: true
# enabled: !ENV [CI, false]
exclude:
- index.md
- blog/index.md
- writeups/zjuctf2023.md
- writeups/zjuctf2024.md
- changelog
- statistics:
page_check_metadata: statistic
page_template: templates/page_statistics.html
- heti
- toc
- tikzautomata
nav:
- Home:
- index.md
- 更新记录: changelog.md
- 友链: links.md
- Blog:
- blog/index.md
- Misc:
- Writeups:
- writeups/index.md
- Learning:
- Ethernaut: writeups/ethernaut.md
- 2023:
- Hackergame 2023: writeups/hackergame2023.md
- ZJUCTF 2023: writeups/zjuctf2023.md
- 2024:
- Hackergame 2024: writeups/hackergame2024.md
- ZJUCTF 2024: writeups/zjuctf2024.md
- 2025:
- SJTUCTF 2025: writeups/sjtuctf2025.md
- ZJUCTF 2025: writeups/zjuctf2025.md
- Legacy:
- legacy/index.md
- Old Blog:
- legacy/old_blog/20200309.md
- legacy/old_blog/20200318.md
- legacy/old_blog/20200328.md
- About:
- about/index.md
- about/board.md