Fixed partials and overrides. Added analytics and meta blocks to header.

This commit is contained in:
g_it 2026-02-02 20:38:05 +01:00
commit 407ff4b6e9
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
85 changed files with 77 additions and 11880 deletions

View file

@ -1,11 +1,10 @@
[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" }]
nav = [{ 'Homepage' = "index.md" }, { 'Resume' = "resume.md" }]
site_author = "Gugulethu Hlekwayo"
site_description = "Gwabini, Bele elide, bhoya benyathi"
site_dir = "deploy"
@ -16,8 +15,8 @@ site_url = "https://gugulet.hu"
generator = false
[project.theme]
custom_dir = "content/overrides"
language = "en"
variant = "modern"
palette.primary = "custom"
features = [
"navigation.indexes",
@ -27,3 +26,4 @@ features = [
"navigation.tracking", # Add the current section to the URL for tracking
"search.highlight", # Highlight all search results after following the link
]
variant = "modern"