-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
113 lines (93 loc) · 2.26 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
113
site_name: notang
repo_url: https://github.com/iotang/notang
repo_name: iotang/notang
copyright: Copyright © 2022 iotang | CC-BY-NC-SA
edit_uri: edit/master/docs/
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/iotang
- icon: fontawesome/brands/steam
link: https://steamcommunity.com/profiles/76561198292790354/
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/12212409
theme:
name: material
language: zh
favicon: images/victini.png
icon:
logo: material/book-edit
repo: fontawesome/brands/github
features:
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.top
font:
text: Cascadia Code
code: Cascadia Code
palette:
- scheme: default
primary: white
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search
- git-revision-date-localized:
type: iso_datetime
timezone: Asia/Shanghai
enable_creation_date: false
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- meta
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.smartsymbols
- pymdownx.snippets
- abbr
- admonition
- pymdownx.details
- attr_list
- sane_lists
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- tables
- footnotes
- pymdownx.critic
- pymdownx.keys
- pymdownx.mark
- pymdownx.caret:
superscript: false
- pymdownx.tilde:
subscript: false
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- css/theme.css