-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (41 loc) · 1.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
site_name: Southampton Open Wireless Network
site_url: https://sown.github.io/docs/
repo_name: sown/docs
repo_url: https://github.com/sown/docs
theme:
name: material
favicon: images/logo-small.png
features:
- navigation.tabs
- search.suggest
font:
text: Open Sans
logo: images/logo-white-v2.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
toggle:
icon: material/brightness-4
name: Switch to system preference
copyright: |
Copyright © SOWN contributors
<br>
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License
</a>.
plugins:
- git-revision-date-localized:
enable_creation_date: true
- search