This commit is contained in:
ryfrd 2025-03-06 17:27:32 +00:00
parent 478c5823e3
commit 0e6cfb0d23
150 changed files with 40696 additions and 0 deletions

26
config.toml Normal file
View file

@ -0,0 +1,26 @@
baseURL = "https://wretched.place"
title = "wretched.place"
theme = "etch"
languageCode = "en-GB"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "info"
name = "info"
title = "info"
url = "/info/"
weight = 20
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true