1
0
Fork 0
kempkens.io/config.toml

40 lines
781 B
TOML
Raw Normal View History

2021-08-28 15:41:17 +00:00
baseURL = "https://kempkens.io"
2022-11-11 23:53:02 +00:00
title = "Daniel Kempkens"
2021-08-28 20:28:24 +00:00
defaultContentLanguage = "de"
2021-08-28 15:41:17 +00:00
languageCode = "de-de"
theme = "hello-friend-ng"
enableRobotsTXT = true
disableKinds = ["taxonomy", "term", "RSS"]
[params]
2022-11-11 23:53:02 +00:00
homeSubtitle = "Anwendungsentwickler"
2021-08-28 15:41:17 +00:00
2022-11-11 23:53:02 +00:00
disableReadOtherPosts = true
enableSharingButtons = false
enableGlobalLanguageMenu = false
2021-08-28 15:41:17 +00:00
2022-11-11 23:53:02 +00:00
[params.logo]
logoMark = "$"
logoText = "cd /home/"
logoHomeLink = "/"
logoCursorColor = "#ffa86a"
2021-08-28 15:41:17 +00:00
2022-11-11 23:53:02 +00:00
[[params.social]]
name = "github"
url = "https://github.com/nifoc"
2021-08-28 15:41:17 +00:00
2022-11-11 23:53:02 +00:00
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/danielkempkens/"
2021-08-28 15:41:17 +00:00
2022-11-11 23:53:02 +00:00
[[params.social]]
name = "ycombinator"
url = "https://news.ycombinator.com/user?id=nifoc"
2021-08-28 15:41:17 +00:00
[menu]
2022-11-11 23:53:02 +00:00
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "https://blog.kempkens.io"