lumbung.space/config.toml

34 lines
720 B
TOML
Raw Permalink Normal View History

2022-02-01 12:29:59 +00:00
baseURL = "https://lumbung.space"
2021-12-15 10:29:58 +00:00
languageCode = "en-gb"
2022-01-05 12:58:28 +00:00
title = "lumbung.space"
2021-12-15 10:29:58 +00:00
theme = "lumbung-theme"
2022-01-17 13:52:52 +00:00
pluralizeListTitles = "false"
2022-09-15 06:34:52 +00:00
paginate = 20
2022-01-05 12:58:28 +00:00
[params]
2022-01-17 12:09:23 +00:00
logo = "/img/logo.svg"
favicon = "/img/favicon.ico"
2022-07-18 10:30:48 +00:00
description = 'a digital living room for the lumbung ekosistem'
2022-02-01 12:29:59 +00:00
images = ['/img/logo.png']
title = 'lumbung dot space'
2022-09-15 06:34:52 +00:00
bundleCss = "/bundle.css"
bundleJs = "/bundle.js"
mainSections = ['social', 'shouts', 'events', 'tv', 'pen', 'pages']
2022-01-17 13:30:46 +00:00
[markup.goldmark.renderer]
unsafe = true
2022-05-24 08:02:14 +00:00
[taxonomies]
author = "authors"
contributor = "contributors"
2022-05-24 08:02:14 +00:00
tag = "tags"
source = "sources"
2022-06-15 05:39:59 +00:00
timeline = "timelines"
2022-06-15 05:39:59 +00:00
[permalinks]
timelines = "/timeline/:slug/"
2022-09-15 06:34:52 +00:00