-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
40 lines (38 loc) · 934 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
site_name: 周易 64 卦
site_description: 周易-易经 64 卦详解
dev_addr: "127.0.0.1:8080"
repo_url: https://github.com/sunls2/zhouyi/
repo_name: sunls2/zhouyi
plugins:
- search:
separator: '[\s\u200b\-]'
- minify:
minify_html: true
extra:
generator: false
extra_css:
- assets/css/ui.css
- https://gw.alipayobjects.com/os/k/font/lxgwwenkaiscreenr.css
theme:
name: material
language: zh
favicon: assets/images/favicon.ico
icon:
logo: material/yin-yang
features:
- navigation.footer
- navigation.indexes
- navigation.top
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
toggle:
icon: material/brightness-4