21 lines
395 B
TOML
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"]
|