mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
15 lines
246 B
TOML
15 lines
246 B
TOML
baseURL = "/"
|
|
languageCode = "en-us"
|
|
title = "Noratrieb's blog"
|
|
theme = "terminal"
|
|
|
|
[params]
|
|
contentTypeName = "posts"
|
|
centerTheme = true
|
|
|
|
[params.logo]
|
|
logoText = "noratrieb's blog"
|
|
|
|
# Let me use HTML :3
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|