-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
109 lines (100 loc) · 2.7 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
site_name: ZhaoCake's Blog
site_url: https://zhaocake.github.io/
repo_url: https://github.com/ZhaoCake/zhaocake.github.io
repo_name: ZhaoCake/zhaocake.github.io
plugins:
- search
- blog:
blog_dir: ./blog
blog_toc: true
post_date_format: full
archive_toc: true
categories_toc: true
pagination_format: "$link_first $link_previous ~2~ $link_next $link_last"
pagination_keep_content: true
draft_if_future_date: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji
nav:
- Home: index.md
- Blog:
- blog/index.md
theme:
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
name: material
logo: assert/zhao.png
favicon: assert/zhao.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: grey
toggle:
icon: material/brightness-4
name: Switch to auto mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tabs
- navigation.expand
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- toc.follow
- navigation.top
- navigation.footer
- content.code.copy
- content.code.select
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ZhaoCake
- icon: fontawesome/brands/qq
link: tencent://message/?uin=2317634877&Site=&Menu=yes
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/1711392619
- icon: fontawesome/brands/zhihu
link: https://www.zhihu.com/people/42-48-12-1
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
- https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/style.css
copyright: Copyright © 2024 Cake Zhao