blog/config.toml
Peter Kurfer 5e2b34767f
All checks were successful
Deploy pages / deploy (push) Successful in 35s
chore: add Forgejo link
2024-04-30 11:43:37 +02:00

64 lines
1.2 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"