Moving to directory urls (no need for .html at the end).
This commit is contained in:
parent
3fc36b0f76
commit
3fb87ab2c1
35 changed files with 374 additions and 71 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue