forked from hacknology/website
Add archetypes.
parent
90c17367a6
commit
10479f941f
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: <<Autor>>
|
||||
draft: true
|
||||
---
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: <<Autor>>
|
||||
draft: true
|
||||
---
|
||||
|
||||
Zusammenfassung
|
||||
|
||||
<!--more-->
|
||||
|
||||
Mehr Text (kann auch leer sein)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: <<Autor>>
|
||||
status: Vorbereitung | Aktuell | Abgeschlossen
|
||||
difficulty: Einfach | Mittel | Schwer
|
||||
image: /images/project-preview-image.jpg
|
||||
draft: true
|
||||
---
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: <<Autor>>
|
||||
difficulty: Leicht | Mittel | Schwer
|
||||
lecturer: <<Vortragender>> (wenn nicht Autor)
|
||||
draft: true
|
||||
---
|
Loading…
Reference in New Issue