new header & menu layout by Cristoph

This commit is contained in:
rra
2022-09-15 08:34:52 +02:00
parent 14eb01e513
commit a226b45bc0
6 changed files with 577 additions and 130 deletions

View File

@ -3,6 +3,8 @@ languageCode = "en-gb"
title = "lumbung.space"
theme = "lumbung-theme"
pluralizeListTitles = "false"
paginate = 20
[params]
logo = "/img/logo.svg"
@ -10,6 +12,9 @@ pluralizeListTitles = "false"
description = 'a digital living room for the lumbung ekosistem'
images = ['/img/logo.png']
title = 'lumbung dot space'
bundleCss = "/bundle.css"
bundleJs = "/bundle.js"
mainSections = ['social', 'shouts', 'calendar', 'tv', 'pen']
[markup.goldmark.renderer]
unsafe = true
@ -22,3 +27,5 @@ unsafe = true
[permalinks]
timelines = "/timeline/:slug/"