blog/config.toml
2025-08-11 18:27:20 +01:00

26 lines
456 B
TOML

baseURL = "https://nonsense.dymc.win"
title = "James' Blog :-)"
theme = "etch"
languageCode = "en-GB"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "info"
name = "info"
title = "info"
url = "/info/"
weight = 20
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true