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
22
archetypes/datengarten.md
Normal file
22
archetypes/datengarten.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
categories: ["Datengarten"]
|
||||
tags: []
|
||||
series: "Datengarten"
|
||||
title: "Datengarten {{ .File.TranslationBaseName }}"
|
||||
no: {{ .File.TranslationBaseName }}
|
||||
# Actual title goes here...
|
||||
subtitle:
|
||||
speaker:
|
||||
# Twitter, homepage, mail (use mailto:foo@example.com)
|
||||
#speaker_url:
|
||||
date: {{ .Date }}
|
||||
event:
|
||||
- start: {{ .Date }}
|
||||
- end: {{ .Date }}
|
||||
location: CCCB
|
||||
language: Englisch
|
||||
streaming: true
|
||||
#recording: https://media.ccc.de/v/dg-{{ .File.TranslationBaseName }}
|
||||
---
|
||||
|
||||
<Abstract goes here>
|
Reference in a new issue