-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (67 loc) · 1.46 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
site_name: Radical Environmental Data
theme:
name: material
font:
text: Lato
palette:
- scheme: default
primary: teal
accent: cyan
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: teal
accent: green
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
logo: assets/logo-white.svg
favicon: images/logo-white.png
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- footnotes
- md_in_html
plugins:
- search
- awesome-pages
- i18n:
default_language: en
languages:
en:
name: English
nl:
name: Nederlands
site_name: Radicaal Milieudata
nav_translations:
nl:
Introduction: Introductie
Course: Cursus
nav:
- index.md
- Course:
- introduction.md
- finding-open-data.md
- critiquing-data.md
- visualising-data.md
- doing-a-data-walk.md
- Other:
- about.md
- ...
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/radicaldataproject/red
extra_css:
- stylesheets/extra.css