Moving to new VPS.
This commit is contained in:
parent
de82cc15d6
commit
b2500e1c01
110 changed files with 12978 additions and 8623 deletions
37
zensical.toml
Normal file
37
zensical.toml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
## 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
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue