2022-03-31 10:21:29 +02:00
|
|
|
baseURL = "https://rustybever.be"
|
2022-03-29 15:32:28 +02:00
|
|
|
title = "The Rusty Bever"
|
2024-06-05 20:43:19 +02:00
|
|
|
theme = "rb"
|
2022-03-29 15:32:28 +02:00
|
|
|
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]]
|
2024-06-05 21:43:47 +02:00
|
|
|
identifier = "blog"
|
|
|
|
name = "blog"
|
|
|
|
title = "blog"
|
|
|
|
url = "/blog/"
|
|
|
|
weight = 1
|
2022-04-04 13:24:30 +02:00
|
|
|
|
2022-04-05 11:13:28 +02:00
|
|
|
[[menu.main]]
|
2024-06-05 21:43:47 +02:00
|
|
|
identifier = "projects"
|
|
|
|
name = "projects"
|
|
|
|
title = "projects"
|
|
|
|
url = "/dev/"
|
|
|
|
weight = 10
|
2022-04-05 11:13:28 +02:00
|
|
|
|
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
|
|
|
|
2024-06-05 20:43:19 +02:00
|
|
|
# [permalinks]
|
|
|
|
# blog = "/b/:filename/"
|
2022-03-29 15:32:28 +02:00
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
# Allows HTML in Markdown
|
|
|
|
unsafe = true
|
2024-06-06 09:54:26 +02:00
|
|
|
|
|
|
|
[services.rss]
|
|
|
|
limit = 15
|