46 lines
805 B
TOML
46 lines
805 B
TOML
baseURL = "https://rustybever.be"
|
|
title = "The Rusty Bever"
|
|
theme = "rb"
|
|
languageCode = "en-US"
|
|
enableInlineShortcodes = true
|
|
pygmentsCodeFences = true
|
|
pygmentsUseClasses = true
|
|
|
|
[params]
|
|
description = "The Rusty Bever"
|
|
copyright = "Copyright © 2024 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 = "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
|