-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
40 lines (39 loc) · 985 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
38
39
40
site_name: "Handsdown"
repo_url: "https://github.com/vemel/handsdown"
site_dir: "docs"
docs_dir: "docsmd"
theme:
name: material
icon:
logo: material/file-check-outline
include_sidebar: true
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.expand
- navigation.instant
- navigation.tracking
- content.code.annotate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg