File tree Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Original file line number Diff line number Diff line change 1
1
site_name : Task Badger Documentation
2
2
site_url : https://docs.taskbadger.net
3
+ repo_url : https://github.com/taskbadger/taskbadger-docs/
3
4
theme :
4
5
name : material
5
6
logo : assets/logo_white.png
6
7
favicon : assets/favicon.ico
7
- palette :
8
- scheme : slate
9
- palette :
10
- primary : indigo
11
8
features :
9
+ - header.autohide
10
+ - navigation.expand
11
+ - navigation.footer
12
+ - navigation.indexes
13
+ - navigation.instant
14
+ - navigation.prune
15
+ - navigation.sections
16
+ # - navigation.tabs
17
+ # - navigation.tabs.sticky
12
18
- navigation.tracking
19
+ - navigation.top
20
+ - search.highlight
21
+ - search.share
22
+ - search.suggest
23
+ - toc.follow
13
24
- content.code.annotate
14
25
- content.code.copy
15
26
- content.tabs.link
16
- - search.highlight
17
- - navigation.instant
18
- - navigation.footer
27
+ palette :
28
+ - media : " (prefers-color-scheme: light)"
29
+ scheme : default
30
+ toggle :
31
+ icon : material/brightness-7
32
+ name : Switch to dark mode
33
+ - media : " (prefers-color-scheme: dark)"
34
+ scheme : slate
35
+ primary : indigo
36
+ toggle :
37
+ icon : material/brightness-4
38
+ name : Switch to light mode
19
39
markdown_extensions :
20
40
- admonition
21
41
- tables
49
69
link : https://twitter.com/@task_badger
50
70
- icon : fontawesome/brands/github
51
71
link : https://github.com/taskbadger
52
- copyright : Copyright © 2020 - 2023 Simon Kelly
72
+ copyright : Copyright © 2020 - 2025 Simon Kelly
53
73
nav :
54
74
- ' index.md'
55
75
- ' basics.md'
You can’t perform that action at this time.
0 commit comments