site/config.toml

43 lines
785 B
TOML
Raw Permalink 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"
2024-03-28 17:40:07 +01:00
copyright = "Copyright © 2024 Jef Roosens"
2022-03-29 15:32:28 +02:00
dark = "auto"
highlight = true
[menu]
2022-04-04 13:24:30 +02:00
[[menu.main]]
identifier = "blogroll"
name = "blogroll"
title = "blogroll"
url = "/blogroll/"
weight = 20
2022-04-05 11:13:28 +02:00
[[menu.main]]
identifier = "Links"
name = "links"
title = "links"
url = "/links/"
2022-04-05 11:13:28 +02:00
weight = 30
2022-03-29 15:32:28 +02:00
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "/about/"
2022-04-05 11:13:28 +02:00
weight = 40
2022-03-29 15:32:28 +02:00
[permalinks]
2022-04-05 16:00:21 +02:00
posts = "/:filename/"
2022-03-29 15:32:28 +02:00
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true