From e0a69eb031316ae145f1c40319bceb8ec520ad44 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 28 Feb 2023 21:54:53 -0800 Subject: init project structure --- index.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..8071de9 --- /dev/null +++ b/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