Auflistung der Taxonomy geradegezogen

This commit is contained in:
Marco Galster 2022-11-30 00:05:05 +01:00
parent 1e520f3f39
commit 23649f935f
11 changed files with 54 additions and 13 deletions

5
archetypes/categories.md Normal file
View 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
View 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
View 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" }}
---