14 lines
245 B
TOML
14 lines
245 B
TOML
baseURL = "https://blog.fuhlig.de/"
|
|
languageCode = "en-us"
|
|
title = "TechnicalBlog"
|
|
theme = "terminal"
|
|
|
|
[params]
|
|
themeColor = "blue"
|
|
fullWidthTheme = false
|
|
centerTheme = true
|
|
|
|
[params.logo]
|
|
logoText = "TechnicalBlog"
|
|
logoHomeLink = "/"
|