-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (73 loc) · 2.25 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
site_name: Swiss Energy Forecast
site_url: https://swissenergy.arthurgassner.ch
repo_name: swissenergy-backend
repo_url: https://github.com/arthurgassner/swissenergy-backend/
theme:
name: material
custom_dir: overrides # Needed for the google search metatag
icon:
logo: fontawesome/solid/plug-circle-bolt
repo: fontawesome/brands/github
favicon: assets/favicon.ico
features:
- content.footnote.tooltips
- content.code.copy
- navigation.footer
palette:
scheme: slate # Options: default, slate, or custom
primary: plum # Primary color
accent: pink # Accent color
plugins: [] # disable search
nav:
- Dashboard: index.md
- Motivation: motivation.md
- Problem Understanding: problem_understanding.md
- Data Ingestion: data_ingestion.md
- EDA: eda.md
- Modelling: modelling.md
- Industrialization: industrialization.md
- Deployment: deployment.md
- Conclusion: conclusion.md
- About me: about_me.md
extra:
analytics:
provider: google
property: G-JYGEF8CYXF
social:
- icon: fontawesome/brands/github
link: https://github.com/arthurgassner
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/arthur-gassner/
- icon: fontawesome/solid/globe
link: https://arthurgassner.ch
- icon: material/email
link: mailto:arth.gassner@gmail.com
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
extra_javascript:
- https://cdn.plot.ly/plotly-latest.min.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
- javascripts/katex.js
- javascripts/consumption_lineplot.js
- javascripts/last_updated.js
- javascripts/mape_barplot.js
markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- smarty
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true