Fixed partials and overrides. Added analytics and meta blocks to header.
This commit is contained in:
parent
71130424e3
commit
407ff4b6e9
85 changed files with 77 additions and 11880 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue