-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
88 lines (79 loc) · 2.12 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
77
78
79
80
81
82
83
84
85
86
87
88
site_name: Workshop Web-Design for Scientists
copyright: <a href="https://choosealicense.com/licenses/mit/">License</a>
© 2023 Julia-Katharina Pfarr<br>
repo_name: julia-pfarr/workshop_webdesign
repo_url: https://github.com/julia-pfarr/workshop_webdesign
theme:
name: material
palette:
primary: blue grey
accent: ''
#if custom color, instead (paired with extra_css below):
#primary: custom
#accent: custom
font:
text: Montserrat
code: Roboto Mono
language: en
logo: assets/images/nowa-white.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.sections
- navigation.expand
- content.code.copy
- content.code.select
- toc.integrate
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/jk_pfarr
- icon: fontawesome/brands/github
link: https://github.com/julia-pfarr
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/julia-katharina-pfarr-2a6437236/
- icon: fontawesome/brands/researchgate
link: https://www.researchgate.net/profile/Julia-Katharina-Pfarr
- icon: material/email
link: mailto:pfarr@staff.uni-marburg.de
#extra_css:
#- stylesheets/extra.css
docs_dir: docs
nav:
- Home: index.md
- Installing: installing.md
- Customization: custom.md
- Creating a Landing Page: landing.md
- Pretty and useful extras: extras.md
- Deployment on GitHub: deploy.md
- Troubleshooting: troubleshoot.md
- Further resources: resources.md
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- codehilite
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg