From a2300c0eed03d988c20487b898f45451b5d9b4a3 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Sat, 17 May 2025 11:59:45 +0100 Subject: [PATCH] [2025-05-17] Add deploy script --- deploy.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..5d67182 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,13 @@ +openring \ + -s https://andyconlin.com/feed/ \ + -s https://digitalflapjack.com/blog/index.xml \ + -s https://gpanders.com/index.xml \ + -s https://luke.hsiao.dev/atom.xml \ + -s https://wickstrom.tech/feed.xml \ + -s https://paulcapewell.com/feed/ \ + -s https://www.splitbrain.org/feed/blog \ + -s https://lilysthings.org/blog/rss.xml \ + < _includes/openringTemplate.html \ + > _includes/openring.html +bundle exec jekyll build +rsync -r _site andrew@itchy:/home/andrew/site