-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 795 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (34 loc) · 795 Bytes
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
site_name: j2f5
site_description: j2f5 ...
site_url: https://github.com/
repo_name: simonkowallik/j2f5
repo_url: https://github.com/simonkowallik/j2f5
theme:
name: material
palette:
- scheme: default
primary: red
accent: green
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- scheme: slate
primary: red
accent: green
toggle:
icon: material/lightbulb
name: Switch to dark mode
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
linenums: true
- markdown.extensions.codehilite:
guess_lang: true
- pymdownx.details
- pymdownx.superfences
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg