From e61cf3fe37de78d17cecc839655acf765b2c44ac Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Sat, 5 Jan 2019 03:08:15 +0100 Subject: [PATCH] Rename hero to ueber-uns --- content/{hero => ueber-uns}/beratung.md | 2 +- content/{hero => ueber-uns}/handwerk.md | 2 +- content/{hero => ueber-uns}/tradition.md | 2 +- themes/neff/archetypes/ueber-uns.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename content/{hero => ueber-uns}/beratung.md (87%) rename content/{hero => ueber-uns}/handwerk.md (93%) rename content/{hero => ueber-uns}/tradition.md (96%) diff --git a/content/hero/beratung.md b/content/ueber-uns/beratung.md similarity index 87% rename from content/hero/beratung.md rename to content/ueber-uns/beratung.md index efbcf71..0422f37 100644 --- a/content/hero/beratung.md +++ b/content/ueber-uns/beratung.md @@ -2,7 +2,7 @@ title = "Qualität" date = "2018-12-09T04:55:38+01:00" draft = false -type = "hero" +type = "ueber-uns" weight = -300 icon = "none" +++ diff --git a/content/hero/handwerk.md b/content/ueber-uns/handwerk.md similarity index 93% rename from content/hero/handwerk.md rename to content/ueber-uns/handwerk.md index 0b150d1..40fbbda 100644 --- a/content/hero/handwerk.md +++ b/content/ueber-uns/handwerk.md @@ -2,7 +2,7 @@ title = "Handwerk" date = "2018-12-09T04:55:30+01:00" draft = false -type = "hero" +type = "ueber-uns" weight = -100 icon = "knuepfel" +++ diff --git a/content/hero/tradition.md b/content/ueber-uns/tradition.md similarity index 96% rename from content/hero/tradition.md rename to content/ueber-uns/tradition.md index 4db815e..4d6923d 100644 --- a/content/hero/tradition.md +++ b/content/ueber-uns/tradition.md @@ -2,7 +2,7 @@ title = "Tradition" date = "2018-12-09T04:47:02+01:00" draft = false -type = "hero" +type = "ueber-uns" weight = -200 icon = "4w" +++ diff --git a/themes/neff/archetypes/ueber-uns.md b/themes/neff/archetypes/ueber-uns.md index cf88824..c64d235 100755 --- a/themes/neff/archetypes/ueber-uns.md +++ b/themes/neff/archetypes/ueber-uns.md @@ -2,6 +2,6 @@ title = "{{ replace .Name "-" " " | title }}" date = "{{ .Date }}" draft = true -type = "hero" +type = "ueber-uns" icon = "none" +++