-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (42 loc) · 1.08 KB
/
mkdocs.yml
File metadata and controls
46 lines (42 loc) · 1.08 KB
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
site_name: MURPHY
nav:
- Home: index.md
- Getting started: gettingstarted.md
- Building:
- Compilation: compiling.md
- Compilation Flags: compilationflags.md
- Dependencies: dependencies.md
- Developing:
- Development Guide: development-guide.md
- Custom Types: custom-types.md
- Background:
- Multiresolution grid: multiresolution-grids.md
theme:
name: material
#palette:
# scheme: slate
features:
- content.code.annotate
plugins:
- search
markdown_extensions:
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
- 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