-
-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathzensical.toml
More file actions
127 lines (113 loc) · 2.95 KB
/
zensical.toml
File metadata and controls
127 lines (113 loc) · 2.95 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[project]
site_name = "DepthFlow"
site_description = "🌊 Images to 3D Parallax effect video"
site_author = "Tremeschin"
site_url = "https://depth.brokensrc.dev/"
repo_url = "https://github.com/BrokenSource/DepthFlow/"
repo_name = "BrokenSource/DepthFlow"
copyright = "© CC BY-SA 4.0, <a href='https://github.com/Tremeschin/'>Tremeschin</a> 🇧🇷"
docs_dir = "website"
extra_css = ["css/main.css"]
nav = [
{Home = [
"index.md",
{About = [
"about/changelog.md",
"about/roadmap.md",
"about/contact.md",
]}
]},
{Installation = [
"get/index.md",
{Packages = [
"get/executables.md",
"get/wheels.md",
"get/source.md",
]},
]},
{Quickstart = [
"docs/index.md",
{Places = [
"docs/webui.md",
"docs/commands.md",
"docs/scripts.md",
]},
]},
{Documentation = [
{Math = [
"docs/parameters.md",
]}
]}
]
# ---------------------------------------------------------------------------- #
[project.theme]
variant = "modern"
# custom_dir = "website/overrides"
# favicon = "assets/images/logo.png"
language = "en"
features = [
"announce.dismiss",
"content.action.view",
"content.code.annotate",
"content.code.copy",
"content.footnote.tooltips",
"content.tabs.link",
"content.tooltips",
"navigation.expand",
"navigation.footer",
"navigation.indexes",
"navigation.instant.prefetch",
"navigation.instant.progress",
"navigation.instant",
"navigation.path",
"navigation.tabs",
"navigation.top",
"search.highlight",
"toc.follow",
]
# ---------------------------------------------------------------------------- #
[project.theme.icon]
logo = "octicons/package-16"
repo = "fontawesome/brands/github"
[project.theme.font]
text = "Inter"
code = "Cascadia Code"
[[project.theme.palette]]
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
media = "(prefers-color-scheme: light)"
scheme = "default"
primary = "blue"
accent = "light-blue"
[[project.theme.palette]]
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
media = "(prefers-color-scheme: dark)"
scheme = "slate"
primary = "orange"
accent = "orange"
# ---------------------------------------------------------------------------- #
[[project.extra.social]]
icon = "fontawesome/brands/discord"
link = "https://discord.gg/KjqvcYwRHm"
name = "Discord"
[[project.extra.social]]
icon = "fontawesome/brands/telegram"
link = "https://t.me/BrokenSource"
name = "Telegram"
[[project.extra.social]]
icon = "fontawesome/brands/patreon"
link = "https://www.patreon.com/Tremeschin"
name = "Patreon"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/Tremeschin"
name = "GitHub"
[[project.extra.social]]
icon = "fontawesome/brands/youtube"
link = "https://www.youtube.com/@Tremeschin"
name = "YouTube"
[[project.extra.social]]
icon = "fontawesome/brands/x-twitter"
link = "https://twitter.com/Tremeschine"
name = "Twitter"