-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (42 loc) · 1.23 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
site_name: 'Feide Utsyrbase'
repo_name: 'sondregronas/FeideUtstyrbase'
repo_url: 'https://github.com/sondregronas/FeideUtstyrbase'
theme:
name: 'material'
custom_dir: 'docs/overrides'
logo: 'logo.png'
favicon: 'favicon.ico'
palette: # Light/Dark Mode
- media: "(prefers-color-scheme: light)" # Light mode
scheme: default
primary: light blue
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)" # Dark mode
scheme: slate
primary: light blue
accent: cyan
toggle:
icon: material/brightness-4
name: Light mode
features:
- navigation.indexes # Attach index.md to parent
- navigation.tracking # Automatically add #anchor to URL while scrolling
- navigation.top # Back to top button
- navigation.prune # Performance / size optimization
- navigation.footer # Next / previous page footer
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.magiclink
- nl2br
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- callouts