-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (33 loc) · 808 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (33 loc) · 808 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
36
37
site_name: MkDocs KaTeX SSR
site_url: https://raineblog.dpdns.org/mkdocs-katex-ssr/
repo_url: https://github.com/raineblog/mkdocs-katex-ssr
repo_name: raineblog/mkdocs-katex-ssr
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
features:
- content.action.view
nav:
- Home: index.md
- Installation: getting-started.md
- Configuration: configuration.md
- Troubleshooting: troubleshooting.md
- Demo: demo.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
plugins:
- katex-ssr:
use_bun: false
verbose: true
embed_assets: true
katex_css_filename: "katex-swap.min.css"
ssr_contribs:
- mhchem
client_scripts:
- copy-tex
katex_options:
macros:
"\\RR": "\\mathbb{R}"