-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
65 lines (64 loc) · 1.79 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
site_name: Zsh 中文手册
site_author: '夜坂雅'
site_url: 'https://shadowrz.github.io/zshdocs-zh/'
docs_dir: 'content'
repo_url: https://github.com/ShadowRZ/zshdocs-zh
repo_name: 'ShadowRZ/zshdocs-zh'
copyright: '2020-2022 夜坂雅及<a href="https://github.com/ShadowRZ/zshdocs-zh/graphs/contributors">其他贡献者</a>'
extra_css:
- stylesheets/extra.css
theme:
language: 'zh'
name: 'material'
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: 'deep orange'
accent: 'blue'
toggle:
icon: material/lightbulb-outline
name: 切换为暗色模式
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: 'deep orange'
accent: 'blue'
toggle:
icon: material/lightbulb
name: 切换为亮色模式
icon:
repo: 'fontawesome/brands/github-alt'
logo: 'fontawesome/solid/terminal'
features:
- toc.integrate
plugins:
- search
- git-revision-date-localized:
type: iso_datetime
- minify:
minify_html: true
markdown_extensions:
- toc:
permalink: true
- codehilite:
guess_lang: false
- admonition
- footnotes
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.keys
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.escapeall
- markdown.extensions.def_list