From 9fcb38b42d71c3752a19866273d15e14b3dfa34d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 15:19:11 +0200 Subject: Added Openring --- Makefile | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac5f6ac..d1983f7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,24 @@ -dev: +dev: openring hugo server -deploy: +deploy: openring hugo rsync -a --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/ ssh root@165.22.87.180 chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf + +openring: + openring -l 165 -n 5 -p 1 \ + -s https://drewdevault.com/feed.xml \ + -s https://danluu.com/atom.xml \ + -s https://serokell.io/blog.rss.xml \ + -s https://cronokirby.com/posts/index.xml \ + -s https://www.jeffgeerling.com/blog.xml \ + < themes/simple/openring/openring.html \ + > themes/simple/layouts/partials/openring.html + +provision: + cd ~/Junk \ + git clone https://git.sr.ht/~sircmpwn/openring \ + cd openring \ + go build \ + go install -- cgit v1.2.3