-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (32 loc) · 833 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
34
35
36
site_name: dog-school
site_url: https://asyncon.github.io/dog-school/
site_author: asyncon
site_description: Dog School
repo_name: asyncon/dog-school
repo_url: https://github.com/asyncon/dog-school
edit_uri: ""
copyright: Copyright © 2022 asyncon
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: orange
media: "(prefers-color-scheme: light)"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: deep orange
accent: blue
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- meta
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed