-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
74 lines (64 loc) · 1.83 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
site_name: martinduerrmeier.com
site_description: Personal website of Martin Dürrmeier
site_url: https://martinduerrmeier.com
repo_url: https://github.com/md42/martinduerrmeier.com
repo_name: md42/martinduerrmeier.com
theme:
name: material
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: green
accent: deep purple
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: indigo
accent: deep orange
copyright: © 2025 Martin Dürrmeier
nav:
- Home: index.md
- Blog: blog/index.md
- Talks: talks.md
- CV: cv.md
- Tags: tags.md
- Legal Notice: imprint.md
- Privacy Policy: privacy-policy.md
plugins:
- search
- blog:
blog_toc: true
- tags:
tags_file: tags.md
- rss:
match_path: "blog/posts/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- footnotes
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://hachyderm.io/@md42
- icon: fontawesome/brands/github
link: https://github.com/md42
- icon: fontawesome/solid/square-rss
link: https://martinduerrmeier.com/feed_rss_updated.xml
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/martinduerrmeier/
generator: false #https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/?h=footer#generator-notice