-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathzensical.toml
More file actions
109 lines (100 loc) · 2.53 KB
/
zensical.toml
File metadata and controls
109 lines (100 loc) · 2.53 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
[project]
site_name = "ShaderFlow"
site_description = "🔥 Modular shader engine designed for simplicity and speed"
site_author = "Tremeschin"
site_url = "https://shaders.tremeschin.com/"
repo_url = "https://github.com/BrokenSource/ShaderFlow/"
repo_name = "BrokenSource/ShaderFlow"
copyright = "© CC BY-SA 4.0, <a href='https://github.com/Tremeschin/'>Tremeschin</a> 🇧🇷"
extra_css = ["assets/main.css"]
docs_dir = "website"
nav = [
{Origin = "https://tremeschin.com/"},
{Home = [
"index.md",
"about/changelog.md",
"about/license.md",
]},
{Installation = [
"get/pypi.md",
# "get/pyaket.md",
"get/source.md",
"get/docker.md",
]},
{Examples = [
"show/index.md",
]},
{Documentation = [
"docs/index.md",
"docs/module.md",
"docs/scene.md",
"docs/camera.md",
"docs/shader.md",
"docs/texture.md",
]},
{Questions = [
"faq/general.md",
"faq/windows.md",
"faq/linux.md",
"faq/macos.md",
]},
]
[project.theme]
variant = "modern"
favicon = "assets/logo.png"
features = [
"announce.dismiss",
"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/flame-16"
repo = "fontawesome/brands/github"
[[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/github"
link = "https://github.com/Tremeschin"
name = "GitHub"
[[project.extra.social]]
icon = "simple/githubsponsors"
link = "https://github.com/sponsors/Tremeschin"
name = "GitHub Sponsors"
[[project.extra.social]]
icon = "fontawesome/brands/patreon"
link = "https://www.patreon.com/Tremeschin"
name = "Patreon"
[[project.extra.social]]
icon = "fontawesome/brands/youtube"
link = "https://www.youtube.com/@Tremeschin"
name = "YouTube"