blog/config.toml

47 lines
736 B
TOML
Raw Normal View History

2023-09-26 00:38:28 +02:00
baseurl = "https://blog.giller.dev/"
title = "g|||er"
author = "Maximilian Miller"
2023-09-26 00:38:28 +02:00
languagecode = "de"
theme = "etch"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
copyright = "Copyright © 2023 Maximilian Giller"
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "posts"
name = "posts"
title = "posts"
url = "/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "tags"
title = "tags"
url = "/tags"
weight = 15
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "https://portfolio.giller.dev/"
2023-09-26 00:38:28 +02:00
weight = 20
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true
[markup.tableOfContents]
ordered = true