-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
57 lines (56 loc) · 1.41 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
site_name: django-tailwind-cli
repo_name: django-commons/django-tailwind-cli
repo_url: https://github.com/django-commons/django-tailwind-cli
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: "purple"
accent: "purple"
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: "purple"
accent: "purple"
toggle:
icon: material/brightness-4
name: Switch to light mode
font: false
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
nav:
- Home: "index.md"
- "installation.md"
- "usage.md"
- "settings.md"
- "template_tags.md"
- "base_template.md"
- Changelog: "changelog.md"
markdown_extensions:
- def_list
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- footnotes
- tables
- sane_lists
- pymdownx.snippets:
check_paths: true
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://social.tchncs.de/@oliverandrich
- icon: fontawesome/brands/github
link: https://github.com/oliverandrich
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/oliver-andrich-3a6a97200/
copyright: Copyright © 2023 Oliver Andrich