Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
7
themes/zen/archetypes/default.md
Normal file
7
themes/zen/archetypes/default.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | humanize }}"
|
||||
description:
|
||||
date: {{ .Date }}
|
||||
lastmod: {{ .Date }}
|
||||
|
||||
---
|
5
themes/zen/archetypes/micro.md
Normal file
5
themes/zen/archetypes/micro.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | humanize }}"
|
||||
date: {{ .Date }}
|
||||
|
||||
---
|
9
themes/zen/archetypes/podcast.md
Normal file
9
themes/zen/archetypes/podcast.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | humanize }}"
|
||||
date: {{ .Date }}
|
||||
description:
|
||||
podcast:
|
||||
mp3:
|
||||
duration:
|
||||
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue