-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (35 loc) · 837 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
site_name: Math
pages:
- "Home": index.md
- "Austria":
- "National":
- "2017": "austria/national/2017.md"
- "Germany":
- "National":
- "2017": "germany/national/2017.md"
- "2016": "germany/national/2016.md"
- "Switzerland":
- "National":
- "2017": "switzerland/national/2017.md"
- "2016": "switzerland/national/2016.md"
- "2015": "switzerland/national/2015.md"
- "TST":
- "2017": "switzerland/tst/2017.md"
theme: 'material'
extra:
palette:
primary: 'teal'
accent: 'blue'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo:
icon: 'cloud'
feature:
tabs: true
extra_css:
- css/style.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML
markdown_extensions:
- pymdownx.arithmatex