-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
43 lines (41 loc) · 1.03 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
site_name: Living Open Source Africa Wiki
#site_url:
repo_url: 'https://github.com/living-opensource-africa/wiki'
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
primary: 'orange'
accent: 'orange'
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'deep orange'
accent: 'amber'
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- search.suggest
- search.highlight
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/orgs/living-opensource-africa/'
- icon: 'fontawesome/brands/telegram'
link: 'https://github.com/orgs/living-opensource-africa/'
markdown_extensions:
- toc:
toc_depth: 3
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- pymdownx.keys
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search