-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
84 lines (78 loc) · 1.73 KB
/
Copy pathzensical.toml
File metadata and controls
84 lines (78 loc) · 1.73 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
[project]
site_name = "Pyaket"
site_author = "Tremeschin"
site_description = "📦 Easy Python to Fast Executables"
site_url = "https://pyaket.tremeschin.com/"
repo_url = "https://github.com/BrokenSource/Pyaket/"
repo_name = "BrokenSource/Pyaket"
docs_dir = "website"
nav = [
{Origin = "https://tremeschin.com/"},
{Home = [
"index.md",
"changelog.md",
"license.md",
]},
{Get = [
"get/index.md",
{Packages = [
"get/python.md",
"get/release.md",
"get/source.md",
"get/docker.md",
]},
{Workflows = [
"get/ci/github.md",
"get/ci/gitlab.md",
]},
{Tools = [
"get/rust.md",
]},
]},
{Docs = [
"docs/index.md",
{Configuration = [
"docs/project/application.md",
"docs/project/dependencies.md",
"docs/project/directories.md",
"docs/project/python.md",
"docs/project/pytorch.md",
"docs/project/entry.md",
]},
{Rust = [
"docs/rust/profiles.md",
"docs/rust/crosscompiling.md",
]},
{Extra = [
"docs/pinning.md",
]},
]},
{Help = [
{General = [
"help/general.md",
"help/alternatives.md",
]},
{Systems = [
"help/windows.md",
"help/linux.md",
"help/macos.md",
]},
]},
]
[project.theme]
name = "zentheme"
favicon = "assets/images/logo.png"
[project.theme.icon]
logo = "octicons/package-16"
tag.default = "material/tag"
[project.extra.tags]
dummy = "key"
[[project.extra.social]]
icon = "fontawesome/brands/discord"
link = "https://discord.gg/KjqvcYwRHm"
[[project.extra.social]]
icon = "fontawesome/brands/patreon"
link = "https://www.patreon.com/Tremeschin"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/Tremeschin"