Removing uv as package manager. Isues with using it on network volume.
This commit is contained in:
parent
c183070471
commit
71130424e3
347 changed files with 1271 additions and 1851 deletions
32
zensical.toml
Normal file → Executable file
32
zensical.toml
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue