-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
37 lines (37 loc) · 832 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
37
site_name: Rock Code Snippets
site_author: Michael Allen
docs_dir: Rock
theme:
name: material
custom_dir: Theme
features:
- navigation.instant
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- meta
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- roamlinks
- search
- simple-tags:
tags_template: Theme/tags.md