-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
40 lines (35 loc) · 834 Bytes
/
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
site_name: peakipy
repo_url: https://github.com/j-brady/peakipy
nav:
- Home: index.md
- Quick Start: quickstart.md
- Instructions: instructions.md
- Examples: examples.md
- Lineshapes: lineshapes.md
theme:
name: material
palette:
#primary: blue grey
#accent: indigo
scheme: peakipy
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
# - codehilite
extra_css:
# - css/termynal.css
- css/custom.css
extra_javascript:
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# - js/termynal.js