aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-31 18:53:18 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-31 18:53:18 +0100
commit55a4adf7296ab03ae8dc1edb3f801264cb819979 (patch)
treeedf48f7c9110cd1f9566ce751a7277243e35d56b /Makefile
parent7343314fb11b3f5fc27fc79c316dbd836aba1b7d (diff)
downloadmitjafelicijan.com-55a4adf7296ab03ae8dc1edb3f801264cb819979.tar.gz
Added additional feeds to openring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac6aae3..656fbcc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,11 @@ provision:
6 go install 6 go install
7 7
8build: 8build:
9 openring -n 4 -p 2 \ 9 openring -l 180 -n 4 -p 1 \
10 -s https://cronokirby.com/posts/index.xml \
10 -s https://drewdevault.com/feed.xml \ 11 -s https://drewdevault.com/feed.xml \
11 -s https://danluu.com/atom.xml \ 12 -s https://danluu.com/atom.xml \
13 -s https://serokell.io/blog.rss.xml \
12 < template/openring.tmpl \ 14 < template/openring.tmpl \
13 > template/openring-build.html 15 > template/openring-build.html
14 16