2022-09-15 11:29:38 +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"
|
2023-03-28 08:22:59 +00:00
|
|
|
paginate = 20
|
2022-01-05 12:58:28 +00:00
|
|
|
|
2022-12-19 08:24:21 +00:00
|
|
|
|
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'
|
2023-03-28 08:22:59 +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]
|
2023-03-28 08:22:59 +00:00
|
|
|
unsafe = true
|
2022-05-24 08:02:14 +00:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
author = "authors"
|
2023-03-28 08:22:59 +00:00
|
|
|
contributor = "contributors"
|
2022-05-24 08:02:14 +00:00
|
|
|
tag = "tags"
|
2023-03-28 08:22:59 +00:00
|
|
|
source = "sources"
|
2022-06-15 05:39:59 +00:00
|
|
|
timeline = "timelines"
|
2022-12-19 08:24:21 +00:00
|
|
|
|
2022-06-15 05:39:59 +00:00
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
timelines = "/timeline/:slug/"
|
2022-12-19 08:24:21 +00:00
|
|
|
|
|
|
|
|