Update page permalinks to fix root resolving to a list of pages

Add link to GitHub repo to footer
This commit is contained in:
Joey Hafner 2024-06-28 23:51:24 -07:00
parent 5b7082c31d
commit b4a50e7504

View File

@ -30,7 +30,9 @@ disableHugoGeneratorInject = false
[permalinks.section]
homelab = "/homelab/"
projects = "/projects/"
pages = "/"
[permalinks.page]
about-me = "/about-me"
experience = "/experience"
[blackfriday]
hrefTargetBlank = true
@ -65,7 +67,9 @@ disableHugoGeneratorInject = false
copyright = true
author = true
topText = []
topText = [
"Source on <a href=\"https://github.com/Jafner/jafner.dev\">GitHub</a>"
]
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Theme made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"