From 73c0066135ab3982a8f8a2dec569f89f4fdde0fa Mon Sep 17 00:00:00 2001 From: thomasba Date: Tue, 1 Jan 2019 13:18:39 +0100 Subject: [PATCH] =?UTF-8?q?Vorlagen=20f=C3=BCr=20Photos=20und=20Rezepte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/photos.md | 8 ++++++++ archetypes/rezepte.md | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 archetypes/photos.md create mode 100644 archetypes/rezepte.md diff --git a/archetypes/photos.md b/archetypes/photos.md new file mode 100644 index 0000000..4c86d9f --- /dev/null +++ b/archetypes/photos.md @@ -0,0 +1,8 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +thumbnail: /img/photos/{{ .Name }}-2016.jpg +--- + +{{< gallery dir="/img/photos/{{ .Name }}" hover-effect="none" caption-position="none" />}} {{< load-photoswipe >}} diff --git a/archetypes/rezepte.md b/archetypes/rezepte.md new file mode 100644 index 0000000..10d0553 --- /dev/null +++ b/archetypes/rezepte.md @@ -0,0 +1,21 @@ +--- +layout: recipe +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +tags: ["Backen"] +thumbnail: "/img/rezepte/{{ .Name }}-thumb.jpg" +image: "/img/rezepte/{{ .Name }}.jpg" +source_name: "name" +source: "url" +--- + +## Zutaten + +| Menge | Zutat | +|--------:|:---------------| +| | | + +## Zubereitung + +1.