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/build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 site/build.sh (limited to 'site/build.sh') diff --git a/site/build.sh b/site/build.sh new file mode 100755 index 0000000..3ea17f4 --- /dev/null +++ b/site/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +curl https://pixelstatic.jinwei.me/photos.json -o _data/photos.json +jekyll build -- cgit v1.2.3