Auflistung der Taxonomy geradegezogen
This commit is contained in:
parent
1e520f3f39
commit
23649f935f
11 changed files with 54 additions and 13 deletions
5
archetypes/categories.md
Normal file
5
archetypes/categories.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: {{ $term := path.Base .File.Dir }}"{{ replace $term "-" " " | title }}"
|
||||
description: "Dies ist eine Beschreibung für {{ $term | title }}"
|
||||
date: {{ now.Format "2006-01-02" }}
|
||||
---
|
5
archetypes/skills.md
Normal file
5
archetypes/skills.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: {{ $term := path.Base .File.Dir }}"{{ replace $term "-" " " | title }}"
|
||||
description: "Dies ist eine Beschreibung für {{ $term | title }}"
|
||||
date: {{ now.Format "2006-01-02" }}
|
||||
---
|
5
archetypes/tags.md
Normal file
5
archetypes/tags.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: {{ $term := path.Base .File.Dir }}"{{ replace $term "-" " " | title }}"
|
||||
description: "Dies ist eine Beschreibung für {{ $term | title }}"
|
||||
date: {{ now.Format "2006-01-02" }}
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue