From 375c0d2544b20124a8cf497819006e01cd217225 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 1 Mar 2023 19:14:59 -0800 Subject: host photos.json on cloudflare r2 --- site/index.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 site/index.html (limited to 'site/index.html') diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..8071de9 --- /dev/null +++ b/site/index.html @@ -0,0 +1,73 @@ +--- +layout: default +title: Photos +--- + + + + + + + + + + +
+ +{% assign photos = site.data.photos %} +{% for photo in photos %} +
+ + {{ photo.alt }} + +
+ {{ photo.caption | strip | markdownify }} + +
+
+{% endfor %} + +
+ + -- cgit v1.2.3