forked from samolego/Taterzens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (52 loc) · 1.36 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
site_name: Taterzens
site_url: https://samolego.github.io/Taterzens
repo_url: https://github.com/samolego/Taterzens
repo_name: samolego/Taterzens
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.top
- navigation.tabs
logo: assets/img/logo.png
icon:
logo: fontawesome/solid/users
repo: fontawesome/brands/github
favicon: assets/img/logo.png
palette:
- media: "(prefers-color-scheme: dark)"
primary: light green
accent: green
scheme: default
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: green
accent: light green
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
plugins:
- search
- mike:
version_selector: true # set to false to leave out the version selector
- awesome-pages:
filename: .pages
collapse_single_pages: true
strict: true
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tilde # strikethrough text
- pymdownx.details # "notes"
- attr_list #images
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed
extra:
version:
provider: mike