-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
317 lines (302 loc) · 10.6 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
site_name: XCPCIO
site_url: https://xcpcio.com
site_description: |
Info Site of XCPC
repo_name: XCPCIO
repo_url: https://github.com/xcpcio/xcpcio
edit_uri: tree/master/docs
copyright: |
Copyright © 2020 - 2024
<a href="https://github.com/xcpcio/xcpcio" target="_blank" rel="noopener">XCPCIO</a>
#beian
<br/>
docs_dir: docs
theme:
name: material
custom_dir: theme
static_templates:
- 404.html
include_search_page: false
search_index_only: true
language: en
features:
- header.autohide
# - navigation.instant
# - navigation.expand
# - navigation.sections
- navigation.tracking
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
# - navigation.indexes
- search.highlight
- search.share
- search.suggest
- toc.integrate
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: dracula
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
logo: material/airplane
favicon: assets/favicon.png
markdown_extensions:
- admonition:
- abbr:
- attr_list:
- def_list:
- footnotes:
- md_in_html:
- meta:
- markdown.extensions.smarty:
smart_quotes: false
- markdown.extensions.tables:
- markdown.extensions.toc:
slugify: !!python/name:pymdownx.slugs.uslugify
permalink: ""
toc_depth: 2-3
- pymdownx.arithmatex:
- pymdownx.betterem:
- pymdownx.caret:
- pymdownx.critic:
- pymdownx.keys:
- pymdownx.tilde:
- pymdownx.mark:
- pymdownx.details:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx-inline
anchor_linenums: true
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
normalize_issue_symbols: true
- pymdownx.smartsymbols:
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: false
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.progressbar:
- pymdownx.striphtml:
- pymdownx.snippets:
check_paths: true
- pymdownx.saneheaders:
extra:
generator: false
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/panlyuzhi
- icon: fontawesome/brands/github
link: https://github.com/xcpcio/xcpcio
var:
mirror_download_host: !ENV [MIRROR_DOWNLOAD_HOST, "./"]
upload_file_host: !ENV [UPLOAD_FILE_HOST, "./"]
plugins:
- search:
lang: ja
- git-revision-date-localized:
type: date
enable_creation_date: true
- minify:
minify_html: true
- mkdocs-material-extras:
enable_mathjax: !ENV [ENABLE_MATHJAX, true]
- macros:
- redirects:
redirect_maps:
# "info/index.md": "index.md"
nav:
- INFORMATION:
- Getting Started: index.md
# - News: info/news.md
# - Calendar: info/calendar.md
- Jobs:
- MetaBit Trading: info/jobs/metabit-trading/index.md
- Sponsors:
- Getting Started: info/sponsors/index.md
- 杭师 Coder: info/sponsors/hznu-coder/index.md
- ICPC:
- Getting Started: info/icpc/index.md
- "49th":
- Getting Started: info/icpc/49th/index.md
- 武汉(邀请赛): info/icpc/49th/wuhan.md
- 西安(邀请赛): info/icpc/49th/xian.md
- 昆明(邀请赛): info/icpc/49th/kunming.md
- "48th":
- Getting Started: info/icpc/48th/index.md
- "47th":
- Getting Started: info/icpc/47th/index.md
- 网络预选赛: info/icpc/47th/online.md
- 沈阳: info/icpc/47th/shenyang.md
- 西安: info/icpc/47th/xian.md
- 合肥: info/icpc/47th/hefei.md
- 济南: info/icpc/47th/jinan.md
- 杭州: info/icpc/47th/hangzhou.md
- 南京: info/icpc/47th/nanjing.md
- 香港: info/icpc/47th/hongkong.md
- EC Final: info/icpc/47th/ec.md
- "46th":
- Getting Started: info/icpc/46th/index.md
- 网络预选赛: info/icpc/46th/online.md
- 济南站: info/icpc/46th/jinan.md
- 沈阳站: info/icpc/46th/shenyang.md
- 上海站: info/icpc/46th/shanghai.md
- 南京站: info/icpc/46th/nanjing.md
- 澳门站: info/icpc/46th/macau.md
- 昆明站: info/icpc/46th/kunming.md
- EC Final: info/icpc/46th/ec.md
- "2020":
- Getting Started: info/icpc/2020/index.md
- 牛客-小米: info/icpc/2020/nowcoder-xiaomi.md
- 上海: info/icpc/2020/shanghai.md
- 南京: info/icpc/2020/nanjing.md
- 济南: info/icpc/2020/jinan.md
- 昆明: info/icpc/2020/kunming.md
- 银川: info/icpc/2020/yinchuan.md
- 沈阳: info/icpc/2020/shenyang.md
- 澳门: info/icpc/2020/macau.md
- EC Final: info/icpc/2020/ec.md
- World Finals: info/icpc/2020/world-finals.md
- "2019":
- World Finals: info/icpc/2019/world-finals.md
- Hong Kong: info/icpc/2019/hongkong.md
- EC Final: info/icpc/2019/ec-final.md
- "2018":
- 青岛: info/icpc/2018/tingdao.md
- World Finals: info/icpc/2018/world-finals.md
- "2017":
- World Finals: info/icpc/2017/world-finals.md
- "2015":
- 北京: info/icpc/2015/beijing.md
- 亚洲区决赛: info/icpc/2015/ecfinal.md
- CCPC:
- Getting Started: info/ccpc/index.md
- "9th":
- Getting Started: info/ccpc/9th/index.md
- "8th":
- Getting Started: info/ccpc/8th/index.md
- 网络选拔赛: info/ccpc/8th/preliminary-contest.md
- 女生赛: info/ccpc/8th/girl.md
- 高职专场: info/ccpc/8th/gaozhi.md
- 桂林站: info/ccpc/8th/guilin.md
- 威海站: info/ccpc/8th/weihai.md
- 绵阳站: info/ccpc/8th/mianyang.md
- 广州站: info/ccpc/8th/guangzhou.md
- "7th":
- Getting Started: info/ccpc/7th/index.md
- 网络选拔赛: info/ccpc/7th/preliminary-contest.md
- 女生赛: info/ccpc/7th/girl.md
- 桂林站: info/ccpc/7th/guilin.md
- 广州站: info/ccpc/7th/guangzhou.md
- 威海站: info/ccpc/7th/weihai.md
- 哈尔滨站: info/ccpc/7th/harbin.md
- "6th":
- Getting Started: info/ccpc/6th/index.md
- 网络选拔赛: info/ccpc/6th/preliminary-contest.md
- 女生赛: info/ccpc/6th/wfinal.md
- 秦皇岛: info/ccpc/6th/qinhuangdao.md
- 威海: info/ccpc/6th/weihai.md
- 绵阳: info/ccpc/6th/mianyang.md
- 长春: info/ccpc/6th/changchun.md
- 总决赛: info/ccpc/6th/final.md
- "5th":
- 哈尔滨: info/ccpc/5th/harbin.md
- 总决赛: info/ccpc/5th/final.md
- Provincial Contest:
- "2024":
- 江苏省赛: info/provincial-contest/2024/jiangsu.md
- "2023":
- 四川省赛: info/provincial-contest/2023/sccpc.md
- "2022":
- 浙江省赛: info/provincial-contest/2022/zjcpc.md
- 湖北省赛: info/provincial-contest/2022/hbcpc.md
- "2021":
- 浙江省赛: info/provincial-contest/2021/zjcpc.md
- 江西省赛: info/provincial-contest/2021/jiangxi.md
- "2020":
- 浙江省赛: info/provincial-contest/2020/zjcpc.md
- 江西省赛: info/provincial-contest/2020/jiangxicpc.md
- 河南省赛: info/provincial-contest/2020/henancpc.md
- 江苏省赛: info/provincial-contest/2020/jiangsucpc.md
- "2019":
- 浙江省赛: info/provincial-contest/2019/zjcpc.md
- 山东省赛: info/provincial-contest/2019/sdcpc.md
- 陕西省赛: info/provincial-contest/2019/sxcpc.md
- 江西省赛: info/provincial-contest/2019/jscpc.md
- "2018":
- 浙江省赛: info/provincial-contest/2018/zjcpc.md
- "2017":
- 浙江省赛: info/provincial-contest/2017/zjcpc.md
- BOARD:
- Getting Started: board/index.md
- Data Format: board/data-format.md
- RATING:
- Getting Started: rating/index.md
- CODE LIBRARY:
- Getting Started: code-library/index.md
- 模版库列表: code-library/code-library-list.md
- 模版库构建: code-library/code-library-build.md
- SOFTWARE:
- Getting Started: software/index.md
- 浏览器:
- Google Chrome: software/browser/google-chrome.md
- Mozilla Firefox: software/browser/mozilla-firefox.md
- 编译器:
- Python: software/compiler/python.md
- JDK8: software/compiler/jdk8.md
- GCC: software/compiler/gcc.md
- 编辑器:
- VS Code: software/editor/vscode.md
- 集成开发环境:
- Dev Cpp: software/ide/dev-cpp.md
- PyCharm: software/ide/pycharm.md
- IntelliJ IDEA: software/ide/intellij-idea.md
- Eclipse: software/ide/eclipse.md
- Code::Blocks: software/ide/codeblocks.md
- 其它:
- Win RAR: software/other/winrar.md
- SumatraPDF: software/other/sumatrapdf.md
- OMS监考客户端: software/oms.md
- CCPC竞赛软件包: software/ccpc-pack.md