-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (50 loc) · 1.04 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
site_name: 你可真丑
site_author: 你可真丑
repo_url: https://github.com/sanyuanya/blog
repo_name: sanyuanya/blog
theme:
name: material
custom_dir: overrides
icon:
logo: material/numeric-9-box
features:
- content.code.copy
- navigation.sections
- navigation.instant
palette:
- scheme: default
toggle:
icon: material/theme-light-dark
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/theme-light-dark
name: Switch to light mode
plugins:
- search
- tags
- blog:
blog_dir: .
authors: true
post_url_format: "{slug}"
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
nav:
- index.md