lumbung.space/config.toml

25 lines
536 B
TOML

baseURL = "https://lumbung.space"
languageCode = "en-gb"
title = "lumbung.space"
theme = "lumbung-theme"
pluralizeListTitles = "false"
[params]
logo = "/img/logo.svg"
favicon = "/img/favicon.ico"
description = 'a digital living room for the lumbung ekosistem'
images = ['/img/logo.png']
title = 'lumbung dot space'
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
author = "authors"
tag = "tags"
category = "categories"
timeline = "timelines"
[permalinks]
timelines = "/timeline/:slug/"