site/config.toml

36 lines
647 B
TOML
Raw Normal View History

2022-03-31 10:21:29 +02:00
baseURL = "https://rustybever.be"
2022-03-29 15:32:28 +02:00
title = "The Rusty Bever"
theme = "etch"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
2022-03-31 10:21:29 +02:00
description = "The Rusty Bever"
2022-03-29 15:32:28 +02:00
copyright = "Copyright © 2022 Jef Roosens"
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "posts"
name = "posts"
title = "posts"
url = "/"
weight = 10
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "/about/"
weight = 20
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true