site/zensical.toml

29 lines
991 B
TOML
Executable file

[project]
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"
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
[project.theme]
language = "en"
variant = "modern"
palette.primary = "custom"
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
]