forked from ZJU-EEC/EEC-Courses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (41 loc) · 928 Bytes
/
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
site_name: ZJU-EEC
site_author: ZJU-EEC
theme:
name: material
palette:
# 日间模式
- scheme: default
primary: indigo
accent: orange
toggle:
# 图标
icon: material/weather-night
# 鼠标悬浮提示
name: 切换至夜间模式
# 夜间模式
- scheme: slate
primary: indigo
accent: orange
toggle:
icon: material/weather-sunny
name: 切换至日间模式
features:
- navigation.tabs
- navigation.top
- navigation.indexes
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- 主页: index.md
- 新生指引: guide/README.md
- 学习指南: study/README.md
- 杂项: misc/README.md