site/config.toml

50 lines
896 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
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]]
2022-05-01 12:23:24 +02:00
identifier = "Other"
name = "other"
title = "other"
url = "/other/"
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