blog/config.toml
Peter Kurfer 9062c01346
All checks were successful
Deploy pages / deploy (push) Successful in 1m16s
feat(ci): switch to Garage
2024-05-07 18:19:49 +02:00

67 lines
No EOL
1.3 KiB
TOML

baseURL = 'https://www.icb4dc0.de/'
languageCode = 'en-us'
title = 'icb4dc0.de'
[module]
[[module.imports]]
path = 'github.com/LordMathis/hugo-theme-nightfall'
[params]
style= "auto"
copyCodeButton = true
rssAsSocialIcon = true
readingTime = true
published = true
[params.author]
name = "Peter Kurfer"
email = "peter.kurfer@gmail.com"
[menu]
[[menu.header]]
name = "blog"
weight = 0
url = "blog"
[[menu.header]]
name = "about"
weight = 1
url = "about"
[[menu.header]]
name = "projects"
weight = 2
url = "projects"
[[menu.header]]
name = "tags"
weight = 3
url = "tags"
[[params.social]]
name = "forgejob"
url = "https://code.icb4dc0.de"
icon = "fa-brands fa-git"
target = "_blank"
aria = "Forgejo Instance"
[[params.social]]
name = "github"
url = "https://github.com/prskr"
icon = "fa-brands fa-github"
target = "_blank"
aria = "GitHub Profile"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/peter-s-kurfer/"
icon = "fa-brands fa-linkedin"
target = "_blank"
aria = "LinkedIn Profile"
[[params.social]]
name = "xing"
url = "https://www.xing.com/profile/Sebastian_Kurfer"
icon = "fa-brands fa-xing"
target = "_blank"
aria = "Xing Profile"
[[deployment.targets]]
URL = "s3://blog?endpoint=garage.garage.svc:3900&disableSSL=true&s3ForcePathStyle=true&region=hel1"