.
This commit is contained in:
parent
478c5823e3
commit
0e6cfb0d23
150 changed files with 40696 additions and 0 deletions
26
config.toml
Normal file
26
config.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue