aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-30 14:42:34 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-30 14:42:34 +0100
commitd554a5924d63d3e8ef68a8e573d9f266ff80d95e (patch)
treecea2c9be99e3f7af7d1141bd3fc517fea767b544 /Makefile
parent5dbfb0ecec4d45c39bbfe292d8084e2e8e1910c2 (diff)
downloadmitjafelicijan.com-d554a5924d63d3e8ef68a8e573d9f266ff80d95e.tar.gz
Made the side more retro!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a4a007c..9ce1daa 100644
--- a/Makefile
+++ b/Makefile
@@ -10,15 +10,17 @@ dev:
10 jbmafp --build --server 10 jbmafp --build --server
11 11
12openring: 12openring:
13 openring -l 165 -n 8 -p 1 \ 13 openring -l 300 -n 10 -p 1 \
14 -s https://jcs.org/rss \ 14 -s https://jcs.org/rss \
15 -s https://chotrin.org/rss.xml \ 15 -s https://landley.net/rss.xml \
16 -s https://drewdevault.com/feed.xml \ 16 -s https://drewdevault.com/feed.xml \
17 -s https://offbeatpursuit.com/blog/index.rss \ 17 -s https://offbeatpursuit.com/blog/index.rss \
18 -s https://mirzapandzo.com/rss.xml \ 18 -s https://mirzapandzo.com/rss.xml \
19 -s https://journal.valeriansaliou.name/rss/ \ 19 -s https://journal.valeriansaliou.name/rss/ \
20 -s https://neil.computer/rss/ \ 20 -s https://neil.computer/rss/ \
21 -s https://solar.lowtechmagazine.com/posts/index.xml \ 21 -s https://michael.stapelberg.ch/feed.xml \
22 -s https://utcc.utoronto.ca/~cks/space/blog/?atom \
23 -s https://szymonkaliski.com/feed.xml \
22 < templates/openring.html \ 24 < templates/openring.html \
23 > templates/includes/openring.html 25 > templates/includes/openring.html
24 26