site/zensical.toml
2025-11-17 16:58:08 +01:00

37 lines
1 KiB
TOML

## 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."
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
[project.extra]
generator = false
## Theming and colours
[project.theme]
variant = "modern"
palette.primary = "white"
features = [
"navigation.indexes",
"navigation.instant", # Intercept links to behave like a Single-Page Application
"navigation.instant.prefetch", # Pre-fetch page when user hovers over a link
"navigation.instant.progress", # Show the page load progress
"navigation.tracking", # Add the current section to the URL for tracking
"search.highlight", # Highlight all search results after following the link
]