-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathzensical.toml
More file actions
71 lines (65 loc) 路 1.53 KB
/
Copy pathzensical.toml
File metadata and controls
71 lines (65 loc) 路 1.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
[project]
site_name = "ShaderFlow"
site_author = "Tremeschin"
site_description = "馃敟 Modular shader engine designed for simplicity and speed"
site_url = "https://shaders.tremeschin.com/"
repo_url = "https://github.com/BrokenSource/ShaderFlow/"
repo_name = "BrokenSource/ShaderFlow"
docs_dir = "website"
nav = [
{Origin = "https://tremeschin.com/"},
{Home = [
"index.md",
"changelog.md",
"license.md",
]},
{Get = [
"get/pypi.md",
# "get/pyaket.md",
"get/source.md",
"get/docker.md",
]},
{Show = [
"show/index.md",
]},
{Docs = [
"docs/index.md",
"docs/module.md",
"docs/scene.md",
"docs/camera.md",
"docs/shader.md",
"docs/texture.md",
]},
{Help = [
"help/index.md",
"help/general.md",
"help/windows.md",
"help/linux.md",
"help/macos.md",
]},
]
[project.theme]
name = "zentheme"
favicon = "assets/logo.png"
[project.theme.icon]
logo = "octicons/flame-16"
[[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"