-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
112 lines (98 loc) · 2.63 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
site_name: 陇上青年
site_url: https://yaoyaolingbro.github.io/youth
site_author: yaoyaoling
repo_url: https://github.com/Yaoyaolingbro/youth
repo_name: youth
theme:
name: material
features:
- navigation.tabs
# - navigation.sections
- navigation.prune
- navigation.instant
- navigation.tracking
- navigation.indexes
# - navigation.expand
- navigation.tracking
- navigation.top
- header.autohide
- search.highlight
- search.share
- search.suggest
# - toc.integrate
- content.code.copy
- content.code.annotate
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
markdown_extensions:
- attr_list
- md_in_html
- footnotes
- meta # 支持markdown博客文件头的元数据,比如标题
- toc:
permalink: "#"
baselevel: 1
separator: "_"
- admonition # 支持提示块
- pymdownx.details # 提示块可折叠
- attr_list
- pymdownx.inlinehilite # 支持行内语法高亮
# - pymdownx.highlight: # 支持代码块语法高亮,!!!跟mermaid冲突
# linenums: true # 显示行号
- pymdownx.superfences: # 可在列表等处嵌入块
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
plugins:
- search:
lang: zh
# - git-revision-date-localized
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Yaoyaolingbro/youth/home
analytics:
provider: google
property: G-KJB4RXSKZG
nav:
- Home: index.md
- 前言: preface.md
- 贡献者:
- Contributor/index.md
- Contributor/contribute.md
- 大学:
- University/index.md
- 浙江大学:
- University/Zhejiang University/index.md
- University/Zhejiang University/freshman.md
- 专业:
- University/Zhejiang University/major/index.md
- University/Zhejiang University/major/mix.md
- University/Zhejiang University/major/information technology.md
- 高中:
- High School/index.md
- 生活:
- Life/index.md
- 后记: postscript.md