blog/config.toml
2026-03-18 20:32:25 +00:00

21 lines
395 B
TOML

baseURL = "https://nonsense.dymc.win"
title = "James' Blog"
languageCode = "en-GB"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
dark = "auto"
highlight = true
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true
# allows creation of index.json for search
[outputs]
home = ["HTML", "JSON"]