Testing pre-push hook. Added some fonts.

This commit is contained in:
g_it 2026-02-10 21:41:41 +01:00
commit 3fb24e8037
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
94 changed files with 456 additions and 1525 deletions

View file

@ -1,7 +1,7 @@
[project]
copyright = "© Gugulethu Hlekwayo. All rights reserved."
docs_dir = "content"
extra_css = ["assets/css/g.css"]
extra_css = ["assets/css/theme.css"]
language = "en"
nav = [{ 'Homepage' = "index.md" }, { 'Resume' = "resume.md" }]
repo = "fontawesome/brands/git-alt"
@ -9,7 +9,7 @@ repo_name = "g_it/gugulet.hu"
repo_url = "https://git.gugulet.hu/g_it/site"
site_author = "Gugulethu Hlekwayo"
site_description = "Gwabini, Bele elide, bhoya benyathi"
site_dir = "deploy"
site_dir = "./deploy"
site_name = "Gugulethu Hlekwayo"
site_url = "https://gugulet.hu"
@ -52,8 +52,8 @@ pygments_lang_class = true
[project.markdown_extensions.pymdownx.mark] # The mark extension allows the use of highlighting in text.
[project.markdown_extensions.pymdownx.smartsymbols] # The SmartSymbols extension converts some sequences of characters into their corresponding symbols.
# [project.markdown_extensions.pymdownx.snippets] # The Snippets extension adds the ability to add a small tooltip to an element, by wrapping it with an abbr tag.
# auto_append = ["includes/defintions.md"]
# [project.markdown_extensions.pymdownx.snippets] # The Snippets extension adds the ability to add a small tooltip to an element, by wrapping it with an abbr tag.
# auto_append = ["content/includes/definitions.md"]
[project.markdown_extensions.pymdownx.superfences] # The SuperFences extension allows for arbitrary nesting of code and content blocks inside each other.
custom_fences = [