forked from cccb-website-team/www
Move out datengartens into their own section
- /datengarten/index.html returns a blog-like list - /datengarten/index.ics returns a VCALENDAR - /datengarten/index.xml returns a schedule.xml-style view No more pretty rendering includes in the content pages, some more cleanup in the front matter
This commit is contained in:
parent
9558449acf
commit
ff62faf23a
76 changed files with 436 additions and 206 deletions
24
config.toml
24
config.toml
|
@ -37,3 +37,27 @@ theme = "beautifulhugo"
|
|||
name = "News"
|
||||
url = "post/"
|
||||
weight = 600
|
||||
|
||||
[mediaTypes]
|
||||
[mediaTypes."text/calendar"]
|
||||
suffix = "ics"
|
||||
|
||||
[mediaTypes."application/rss"]
|
||||
suffix = "rss"
|
||||
|
||||
[mediaTypes."application/xml"]
|
||||
suffix = "xml"
|
||||
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.RSS]
|
||||
mediaType = "application/rss"
|
||||
|
||||
[outputFormats.XML]
|
||||
isPlainText = true
|
||||
mediaType = "application/xml"
|
||||
|
||||
|
||||
|
||||
[outputs]
|
||||
section = [ "HTML", "Calendar", "RSS", "XML"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue