forked from mvreeuwijk/SEBdemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (55 loc) · 1.34 KB
/
mkdocs.yml
File metadata and controls
63 lines (55 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
site_name: SEBdemo
site_description: Documentation for the SEBdemo 1D surface energy balance model
site_author: Maarten van Reeuwijk
site_url: https://mvreeuwijk.github.io/SEBdemo/
# Repository (optional)
repo_name: SEBdemo
repo_url: https://github.com/mvreeuwijk/SEBdemo
edit_uri: '' # disable 'Edit this page' links
# Copyright
copyright: Maarten van Reeuwijk
nav:
- Home: index.md
- Governing Equations: governing_equations.md
- Model: model.md
- License: LICENSE.md
theme:
name: material
language: en
palette:
primary: light-blue
accent: pink
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
# Core/structure
- admonition
- footnotes
- toc:
permalink: true
- attr_list
- md_in_html
# Code and formatting
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.details
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tilde
# Math support (works with MathJax v3 below)
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.v2.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js