This commit is contained in:
ryfrd 2025-08-14 15:16:21 +01:00
parent c4dcb6e38b
commit 531029a18f
129 changed files with 7765 additions and 6938 deletions

View file

@ -1,6 +1,6 @@
baseURL = "https://nonsense.dymc.win"
title = "James' Blog :-)"
theme = "etch"
title = "James' Blog"
# theme = "etch"
languageCode = "en-GB"
enableInlineShortcodes = true
pygmentsCodeFences = true
@ -17,6 +17,12 @@ pygmentsUseClasses = true
title = "--help"
url = "/info/"
weight = 20
# [[menu.main]]
# identifier = "search"
# name = "search"
# title = "search"
# url = "/search/"
# weight = 20
[permalinks]
posts = "/:title/"
@ -24,3 +30,7 @@ pygmentsUseClasses = true
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true
# allows creation of index.json for search
[outputs]
home = ["HTML", "JSON"]