Moving to directory urls (no need for .html at the end).

This commit is contained in:
g_it 2026-04-23 22:28:01 +02:00
commit 3fb87ab2c1
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
35 changed files with 374 additions and 71 deletions

View file

@ -4,7 +4,7 @@ extra_css = ["assets/css/theme.css"]
language = "en"
nav = [
{ "Home" = "index.md" },
{ "Resume" = "resume.md" },
{ "Resume" = "/resume/" },
{ "Test" = "test.md" }
]
repo = "fontawesome/brands/git-alt"
@ -15,7 +15,7 @@ site_description = " "
site_dir = "deploy"
site_name = "Gugulethu Hlekwayo"
site_url = "https://gugulet.hu"
use_directory_urls = true
use_directory_urls = false
[project.extra]
generator = false