-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.34 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
site_name: ezp
site_author: Theodore Chang
copyright: Copyright © 2025 Theodore Chang
repo_url: "https://github.com/TLCFEM/ezp"
theme:
name: material
features:
- navigation.tabs
- navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: pink
toggle:
icon: material/lightbulb-outline
name: Turn off the lights
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Turn on the lights
extra_css:
- color_scheme.css
markdown_extensions:
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: true
anchor_linenums: true
use_pygments: true
auto_title: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tilde
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
plugins:
- search
- awesome-pages