forked from ruangrupa/lumbung.space
merge fixes from Cristoph, working filter, calendar view
This commit is contained in:
@ -14,10 +14,10 @@ paginate = 20
|
||||
title = 'lumbung dot space'
|
||||
bundleCss = "/bundle.css"
|
||||
bundleJs = "/bundle.js"
|
||||
mainSections = ['social', 'shouts', 'calendar', 'tv', 'pen']
|
||||
mainSections = ['social', 'shouts', 'events', 'tv', 'pen', 'pages']
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
unsafe = true
|
||||
|
||||
[taxonomies]
|
||||
author = "authors"
|
||||
@ -25,6 +25,7 @@ unsafe = true
|
||||
tag = "tags"
|
||||
source = "sources"
|
||||
timeline = "timelines"
|
||||
|
||||
|
||||
[permalinks]
|
||||
timelines = "/timeline/:slug/"
|
||||
|
Reference in New Issue
Block a user