aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 15:19:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 15:19:11 +0200
commit9fcb38b42d71c3752a19866273d15e14b3dfa34d (patch)
treec39741dda60ae91d74922c6990e3053871d2cd7e /Makefile
parentfc9eff7f81b11a239039cf4a414245eab5f94190 (diff)
downloadmitjafelicijan.com-9fcb38b42d71c3752a19866273d15e14b3dfa34d.tar.gz
Added Openring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 19 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac5f6ac..d1983f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,24 @@
1dev: 1dev: openring
2 hugo server 2 hugo server
3 3
4deploy: 4deploy: openring
5 hugo 5 hugo
6 rsync -a --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/ 6 rsync -a --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/
7 ssh root@165.22.87.180 chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf 7 ssh root@165.22.87.180 chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf
8
9openring:
10 openring -l 165 -n 5 -p 1 \
11 -s https://drewdevault.com/feed.xml \
12 -s https://danluu.com/atom.xml \
13 -s https://serokell.io/blog.rss.xml \
14 -s https://cronokirby.com/posts/index.xml \
15 -s https://www.jeffgeerling.com/blog.xml \
16 < themes/simple/openring/openring.html \
17 > themes/simple/layouts/partials/openring.html
18
19provision:
20 cd ~/Junk \
21 git clone https://git.sr.ht/~sircmpwn/openring \
22 cd openring \
23 go build \
24 go install