-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzensical.toml
More file actions
47 lines (39 loc) · 1.15 KB
/
Copy pathzensical.toml
File metadata and controls
47 lines (39 loc) · 1.15 KB
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
[project]
site_name = "Django UrlConf Checks"
site_url = "https://AliSayyah.github.io/django-urlconfchecks"
repo_url = "https://github.com/AliSayyah/django-urlconfchecks"
use_directory_urls = false
nav = [
{ "Home" = "index.md" },
{ "Installation" = "installation.md" },
{ "Usage" = "usage.md" },
{ "Configuration" = "configuration.md" },
{ "Contributing" = "contributing.md" },
{ "Changelog" = "changelog.md" },
]
[project.theme]
features = [
"content.code.copy",
"navigation.footer",
"navigation.top",
"search.highlight",
]
[[project.theme.palette]]
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
[project.markdown_extensions.pymdownx.snippets]
base_path = ["."]
[project.markdown_extensions.pymdownx.highlight]
[project.markdown_extensions.pymdownx.superfences]
[project.plugins.offline]