Removing uv as package manager. Isues with using it on network volume.

This commit is contained in:
g_it 2026-02-02 09:37:52 +01:00
commit 71130424e3
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
347 changed files with 1271 additions and 1851 deletions

32
zensical.toml Normal file → Executable file
View file

@ -1,32 +1,24 @@
## Site config
[project]
site_name = "Gugulethu Hlekwayo"
site_author = "Gugulethu Hlekwayo (https://git.gugulet.hu/gugulet.hu)"
site_description = "The personal website of Gugulethu Hlekwayo."
site_url = "https://gugulet.hu"
copyright = "© Gugulethu Hlekwayo. All rights reserved."
custom_dir = "content/overrides"
docs_dir = "content"
extra_css = ["assets/css/g.css"]
extra_javascript = ["assets/js/loader.js"]
language = "en"
# Input and output folders
docs_dir = "docs"
site_dir = "site"
# Additional stylesheets and JS
extra_css = ["src/stylesheets/g.css"]
nav = [
{ "Homepage" = "index.md" },
{ "Resume" = "resume.md" },
]
## Custom settings
nav = [{ "Homepage" = "index.md" }, { "Resume" = "resume.md" }]
site_author = "Gugulethu Hlekwayo"
site_description = "Gwabini, Bele elide, bhoya benyathi"
site_dir = "deploy"
site_name = "Gugulethu Hlekwayo"
site_url = "https://gugulet.hu"
[project.extra]
generator = false
## Theming and colours
[project.theme]
language = "en"
variant = "modern"
palette.primary = "white"
palette.primary = "custom"
features = [
"navigation.indexes",
"navigation.instant", # Intercept links to behave like a Single-Page Application