-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 684 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 684 Bytes
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
site_name: My Docs
theme:
name: 'material'
language: 'zh'
palette:
- scheme: slate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.arithmatex:
generic: true
extra_css:
- https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.js
- js/katex.js
plugins:
- mathenv:
theorem:
enable: true
definition: "def"
proof_autofold: false
tikzcd:
enable: true
cachefile: true
alias:
enable: true
alias_list: {"key": "value", "key2": "value2"}