-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathzensical.toml
More file actions
72 lines (65 loc) · 1.88 KB
/
Copy pathzensical.toml
File metadata and controls
72 lines (65 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[project]
site_name = "Video Stream Downloader"
site_description = "Documentation for vsd, a command-line utility and library for downloading streams from DASH manifests and HLS playlists."
site_author = "clitic"
site_url = "https://clitic.github.io/vsd"
copyright = "Copyright © 2026 clitic"
repo_url = "https://github.com/clitic/vsd"
edit_uri = "edit/main/docs/"
nav = [
{ "Home" = "index.md" },
{ "Installation" = "installation.md" },
{ "Usage" = "usage.md" },
{ "Cli" = "cli.md" },
{ "Android" = "android.md" },
{ "Build" = "build.md" },
{ "Changelog" = "CHANGELOG.md" },
]
[project.theme]
# variant = "classic"
# favicon = "images/favicon.png"
language = "en"
features = [
"announce.dismiss",
"content.action.edit",
"content.action.view",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.footnote.tooltips",
"content.tabs.link",
"content.tooltips",
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.path",
"navigation.sections",
# "navigation.tabs",
"navigation.top",
"navigation.tracking",
"search.highlight",
]
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
[[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.icon]
logo = "lucide/terminal"
repo = "fontawesome/brands/github"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/clitic/vsd"
[[project.extra.social]]
icon = "fontawesome/solid/paper-plane"
link = "mailto:clitic21@gmail.com"