aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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