blog/config.toml

58 lines
1.1 KiB
TOML
Raw Normal View History

2022-09-08 20:55:59 +00:00
baseURL = 'https://www.icb4dc0.de/'
2022-02-22 07:16:31 +00:00
languageCode = 'en-us'
2022-09-08 20:55:59 +00:00
title = 'icb4dc0.de'
2022-02-22 07:16:31 +00:00
2024-04-29 17:18:42 +00:00
[module]
[[module.imports]]
path = 'github.com/LordMathis/hugo-theme-nightfall'
2022-02-22 07:16:31 +00:00
[params]
style= "auto"
copyCodeButton = true
rssAsSocialIcon = true
2024-04-29 17:18:42 +00:00
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"
2022-02-22 07:16:31 +00:00
[[params.social]]
2024-04-29 17:18:42 +00:00
name = "github"
url = "https://github.com/prskr"
icon = "fa-brands fa-github"
target = "_blank"
aria = "GitHub Profile"
2022-02-22 07:16:31 +00:00
[[params.social]]
2024-04-29 17:18:42 +00:00
name = "linkedin"
url = "https://www.linkedin.com/in/peter-s-kurfer/"
icon = "fa-brands fa-linkedin"
target = "_blank"
aria = "LinkedIn Profile"
2022-02-22 07:16:31 +00:00
[[params.social]]
2024-04-29 17:18:42 +00:00
name = "xing"
2022-02-22 07:16:31 +00:00
url = "https://www.xing.com/profile/Sebastian_Kurfer"
2024-04-29 17:18:42 +00:00
icon = "fa-brands fa-xing"
target = "_blank"
aria = "Xing Profile"