35 lines
629 B
TOML
35 lines
629 B
TOML
baseURL = "https://nonsense.dymc.win"
|
|
title = "James' Blog"
|
|
languageCode = "en-GB"
|
|
enableInlineShortcodes = true
|
|
pygmentsCodeFences = true
|
|
pygmentsUseClasses = true
|
|
|
|
[params]
|
|
dark = "auto"
|
|
highlight = true
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "👋"
|
|
name = "👋"
|
|
title = "👋"
|
|
url = "/info/"
|
|
weight = 20
|
|
[[menu.main]]
|
|
identifier = "🔎"
|
|
name = "🔎"
|
|
title = "🔎"
|
|
url = "/search/"
|
|
weight = 20
|
|
|
|
[permalinks]
|
|
posts = "/:title/"
|
|
|
|
[markup.goldmark.renderer]
|
|
# Allows HTML in Markdown
|
|
unsafe = true
|
|
|
|
# allows creation of index.json for search
|
|
[outputs]
|
|
home = ["HTML", "JSON"]
|