diff --git a/.gitignore b/.gitignore index 8fc9767..20fc099 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ public resources themes -static/images +static/img diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..8241bb1 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,13 @@ --- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true +title: "{{ replace .Name "-" " " | title }}" +summary: "" +img: +domains: [] +topics: [] +date: {{ .Date }} +author: +draft: true +weight: 10 --- +### First Headline diff --git a/i18n/de.yaml b/i18n/de.yaml index df72105..956f97b 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -1,5 +1,5 @@ # -# en.yaml 2020-03-08 +# en.yaml 2020-05-10 # about: @@ -8,21 +8,21 @@ about: author: other: Autor -categories: - other: Kategorien - -Categories: - other: Kategorien - -category: - other: Kategorie - contact: other: Kontakt dateFormat: other: 02.01.2006 +domains: + other: Bereiche + +Domains: + other: Bereiche + +domains: + other: Bereich + next: other: Weiter @@ -31,3 +31,13 @@ prev: recentArticles: other: Aktuelle Artikel + +topics: + other: Themen + +Topics: + other: Themen + +topic: + other: Thema + diff --git a/i18n/en.yaml b/i18n/en.yaml index c341fea..69e709b 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,5 +1,5 @@ # -# en.yaml 2020-03-08 +# en.yaml 2020-05-10 # about: @@ -8,15 +8,6 @@ about: author: other: Author -categories: - other: Categories - -Categories: - other: Categories - -category: - other: Category - contact: other: Contact @@ -24,6 +15,15 @@ dateFormat: other: Jan 02, 2006 # other: 2006-01-02 +domains: + other: Domains + +Domains: + other: Domains + +domain: + other: Domain + next: other: Next @@ -32,3 +32,13 @@ prev: recentArticles: other: Recent Posts + +topics: + other: Topics + +Topics: + other: Topics + +topic: + other: Topic + diff --git a/layouts/partials/card.html b/layouts/partials/card.html index 823f1f8..3e1c7b4 100644 --- a/layouts/partials/card.html +++ b/layouts/partials/card.html @@ -4,9 +4,9 @@