-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
75 lines (70 loc) · 1.65 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
site_name: 哈V 计算机学习指南
nav:
- 主页:
- index.md
- 课程模版: template.md
- 通识课:
- general/index.md
- 通识核心课: general/core.md
theme:
name: 'material'
language: 'zh'
# logo: images/icon.png
icon:
logo: material/notebook-outline
repo: fontawesome/brands/github
edit: material/pencil
#custom_dir: overrides
favicon: images/icon.png
features:
- content.code.annotate
- content.action.edit
- navigation.tracking
- navigation.top
- navigation.tabs
- navigation.footer
- navigation.indexes
- navigation.sections
font:
# text: Noto Serif SC
code: JetBrains Mono
palette:
- scheme: default
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.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
extra_css:
- https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,300i,400,400i,700,700i&display=fallback
- css/custom.css
plugins:
- search
- turing_contributors
- turing_changelog
- turing_evaluations