46 lines
715 B
TOML
46 lines
715 B
TOML
baseurl = "https://blog.giller.dev/"
|
|
title = "Giller'"
|
|
author = "Maximilian Giller"
|
|
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 = "/about/"
|
|
weight = 20
|
|
|
|
[permalinks]
|
|
posts = "/:title/"
|
|
|
|
[markup.goldmark.renderer]
|
|
# Allow HTML in Markdown
|
|
unsafe = true
|
|
|
|
[markup.tableOfContents]
|
|
ordered = true
|