mirror of
https://github.com/skoelle/buildbroken-blog-archive.git
synced 2026-09-17 18:30:25 +00:00
18 lines
335 B
TOML
18 lines
335 B
TOML
baseURL = "https://buildbroken.moonweb.org/"
|
|
locale = "de-de"
|
|
title = "build broken"
|
|
enableRobotsTXT = true
|
|
paginate = 10
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
author = "author"
|
|
|
|
[params]
|
|
subtitle = "but we can fix it! Sometimes :)"
|
|
bannerImage = "/images/banner.jpg"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|