36 lines
670 B
TOML
36 lines
670 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
|
|
# [[menu.main]]
|
|
# identifier = "search"
|
|
# name = "search"
|
|
# title = "search"
|
|
# 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"]
|