-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (27 loc) · 919 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
site_name: humid Docs
repo_url: https://github.com/h0uter/humid # backlink to repo
repo_name: humid # name to display on backlink to repo
nav:
- Home: index.md
plugins:
- search # search box
- mkdocstrings # generate documentation from Google Docstrings
theme:
name: material # use the mkdocs-material theme
logo: assets/logo.png
### Everything after this is Optional ###
palette: # enable dark mode toggle
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social: # add contact buttons at the bottom of the page
- icon: material/email
link: mailto:houterm+humid@gmail.com
copyright: Copyright © <a href="https://h0uter.github.io/" target="_blank">Wouter Meijer</a>