forked from 24OI/24OI-whk-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs_base.yaml
57 lines (52 loc) · 1.19 KB
/
mkdocs_base.yaml
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
site_name: 文化课攻略收集站 for 24OI
repo_name: '24OI/24OI-whk-guide'
repo_url: 'https://github.com/24OI/24OI-whk-guide'
theme:
name: material
language: 'zh'
features:
- content.code.annotate
- navigation.tabs
- navigation.expand
palette:
- scheme: default
- accent: indego
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- 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.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
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
nav:
- 关于站点:
- 首页: 'index.md'
- 更新日志: 'log.md'
- 贡献: 'contributing.md'
- 学习资料: 'file.md'
- 经验分享: 'leave this empty'
- 寄语 : 'message.md'