site/config.toml

57 lines
974 B
TOML

baseURL = "https://rustybever.be"
title = "The Rusty Bever"
theme = "rb"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[taxonomies]
project = "projects"
tag = "tags"
[params]
description = "The Rusty Bever"
copyright = "Copyright © 2025 Jef Roosens"
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "blog"
name = "blog"
title = "blog"
url = "/blog/"
weight = 1
[[menu.main]]
identifier = "projects"
name = "projects"
title = "projects"
url = "/dev/"
weight = 10
[[menu.main]]
identifier = "garden"
name = "garden"
title = "garden"
url = "/garden/"
weight = 20
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "/about/"
weight = 40
# [permalinks]
# blog = "/b/:filename/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true
[services.rss]
limit = 15