blog/config.toml
2025-08-11 22:31:45 +01:00

26 lines
462 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 = "--help"
name = "--help"
title = "--help"
url = "/info/"
weight = 20
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true