diff --git a/config.toml b/config.toml
index 5ad1ffd..b86b2cb 100644
--- a/config.toml
+++ b/config.toml
@@ -7,11 +7,11 @@ theme = "introduction"
themeStyle = "dark"
showRSSButton = false # Show rss button in navigation
showMenu = false
- fadeIn = true # Turn on/off the fade-in effect
+ fadeIn = true # Turn on/off the fade-in effect
# Configure the home page
[params.home]
- introHeight = "fullheight" # Input either "medium" or "large" or "fullheight"
+ introHeight = "fullheight" # Input either "medium" or "large" or "fullheight"
[markup]
diff --git a/content/home/beerdigung.md b/content/home/beerdigung.md
index 2e8cf26..e8f5d55 100644
--- a/content/home/beerdigung.md
+++ b/content/home/beerdigung.md
@@ -3,4 +3,20 @@ title: "Beerdigung"
weight: 1
---
-Die Trauerfeier und anschließende Beerdigung findet am 17.09.2022 um 11:30 Uhr im Schloßpark Lütetsburg im engsten Familienkreis statt.
\ No newline at end of file
+Die Trauerfeier und anschließende Beerdigung fand am 17.09.2022 um 11:30 Uhr im Schloßpark Lütetsburg im engsten Familienkreis statt.
+
+
+**In Erinnerung**
+
+Es ist nie der richtige Zeitpunkt,
+es ist nie der richtige Tag,
+es ist nie alles gesagt.
+
+Es ist immer zu früh
+und doch sind da Erinnerungen,
+Gedanken, Gefühle, schöne Stunden
+und einzigartige Momente,
+die unvergessen bleiben.
+
+Diese Momente gilt es festzuhalten
+und für immer im Herzen zu bewahren.
diff --git a/content/home/danksagung.md b/content/home/danksagung.md
new file mode 100644
index 0000000..0edf48f
--- /dev/null
+++ b/content/home/danksagung.md
@@ -0,0 +1,6 @@
+---
+title: "Danksagung"
+weight: 10
+---
+
+Wir möchten uns bei allen für ihre große Anteilnahme bedanken, die uns in schweren Stunden beigestanden haben. Es ist schön zu spüren, dass wir in der Trauer nicht alleine sind.
diff --git a/content/home/leben.md b/content/home/leben.md
deleted file mode 100644
index 188c1d5..0000000
--- a/content/home/leben.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "Leben"
-weight: 10
----
-
-TODO
diff --git a/content/home/photos.md b/content/home/photos.md
index ed6a291..eef6991 100644
--- a/content/home/photos.md
+++ b/content/home/photos.md
@@ -3,10 +3,14 @@ title: "Fotos"
weight: 20
---
-{{< figure src="img/IMG-20220822-WA0009.jpg" title="Am Badesee in Tannenhausen" >}}
+{{< gallery >}}
+{{< figure link="img/IMG-20220822-WA0009.jpg" caption="Am Badesee in Tannenhausen" >}}
+{{< figure link="img/IMG-20220822-WA0011.jpg" caption="Schwerin" >}}
+{{< figure link="img/IMG-20220822-WA0012.jpg" caption="Schwerin" >}}
+{{< figure link="img/IMG-20220822-WA0014.jpg" caption="Beim Schweiner Schloss" >}}
+{{< /gallery >}}
-{{< figure src="img/IMG-20220822-WA0011.jpg" title="Schwerin" >}}
+#### Beerdigung
-{{< figure src="img/IMG-20220822-WA0012.jpg" title="Schwerin" >}}
-
-{{< figure src="img/IMG-20220822-WA0014.jpg" title="Beim Schweiner Schloss" >}}
\ No newline at end of file
+{{< gallery dir="/img/beerdigung/" caption-position="none" />}}
+{{< load-photoswipe >}}
\ No newline at end of file
diff --git a/layouts/shortcodes/figure.html b/layouts/shortcodes/figure.html
new file mode 100644
index 0000000..3676c68
--- /dev/null
+++ b/layouts/shortcodes/figure.html
@@ -0,0 +1,29 @@
+
+
+{{- if not ($.Page.Scratch.Get "figurecount") }}{{ end }}
+{{- $.Page.Scratch.Add "figurecount" 1 -}}
+
+{{- $thumb := .Get "src" | default (printf "%s." (.Get "thumb") | replace (.Get "link") ".") }}
+
+
+
+
+
+ {{ with .Get "link" | default (.Get "src") }}{{ end }}
+ {{- if or (or (.Get "title") (.Get "caption")) (.Get "attr")}}
+
+ {{- with .Get "title" }}
{{.}}
{{ end }}
+ {{- if or (.Get "caption") (.Get "attr")}}
+
+ {{- .Get "caption" -}}
+ {{- with .Get "attrlink"}}{{ .Get "attr" }}{{ else }}{{ .Get "attr"}}{{ end -}}
+
+ {{- end }}
+
+ {{- end }}
+
+
diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html
new file mode 100644
index 0000000..6c644b9
--- /dev/null
+++ b/layouts/shortcodes/gallery.html
@@ -0,0 +1,41 @@
+
+
+{{- if not ($.Page.Scratch.Get "figurecount") }}{{ end }}
+{{- $.Page.Scratch.Add "figurecount" 1 }}
+{{ $baseURL := .Site.BaseURL }}
+