-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·87 lines (77 loc) · 2.39 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
site_name: QuanEstimation Group Homepage
site_description: QuanEstimation Homepage
site_author: QuanEstimation
site_url: https://quanestimation.github.io/group
repo_url: https://github.com/QuanEstimation/QuanEstimation
docs_dir: src
# extra_javascript: []
extra_css:
- css/header.css
- css/extra.css
- css/julia_api.css
dev_addr: 0.0.0.0:8000
markdown_extensions:
- attr_list # adjust the size of an imag
- md_in_html
- tables
- pymdownx.arithmatex:
generic: true
- fontawesome_markdown
# - pymdownx.highligh
# - deduplicate-toc
- pymdownx.tabbed
# alternate_style: true
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
# anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
toc_depth: 3
permalink: true
- admonition
- pymdownx.details
- pymdownx.critic:
mode: view
extra_javascript:
- javascripts/mathjax.js
- javascripts/mathjaxhelper.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
theme:
#readthedocs
name: material
icon:
logo: material/currency-sign
features:
- content.code.annotate
- navigation.tabs
- navigation.top
- navigation.instant
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: grey
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search
nav:
- "Home": index.md
- "Members":
- "Faculty": member/faculty.md
- "Students": member/students.md
- "Publications": publications.md
- "Links": links.md