aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-06-28 19:02:56 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-06-28 19:02:56 +0200
commit991d657e4c980e6d1114e4adb27f20332e1f7d6b (patch)
treed31f1d1de59e44a903883151807d9ae2efb23764 /Makefile
parent5d9882a2d613be98eb3fe0344a051ef6e7c4539f (diff)
downloadmitjafelicijan.com-991d657e4c980e6d1114e4adb27f20332e1f7d6b.tar.gz
Added new styles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 6e9acf0..d6b6c09 100644
--- a/Makefile
+++ b/Makefile
@@ -11,29 +11,24 @@ dither:
11 bash tools/dither-images.sh 11 bash tools/dither-images.sh
12 12
13openring: 13openring:
14 openring -l 165 -n 4 -p 1 \ 14 mkdir -p public
15 -s https://cronokirby.com/posts/index.xml \ 15 openring -l 165 -n 5 -p 1 \
16 -s https://drewdevault.com/feed.xml \ 16 -s https://drewdevault.com/feed.xml \
17 -s https://danluu.com/atom.xml \ 17 -s https://danluu.com/atom.xml \
18 -s https://serokell.io/blog.rss.xml \ 18 -s https://serokell.io/blog.rss.xml \
19 -s https://cronokirby.com/posts/index.xml \
20 -s https://www.jeffgeerling.com/blog.xml \
19 < template/openring.tmpl \ 21 < template/openring.tmpl \
20 > template/openring-build.html 22 > template/openring-build.html
21 23
22dev: alternator server 24dev: alternator server
23 25
24alternator: openring 26alternator: openring
27 mkdir -p public
25 alternator --watch 28 alternator --watch
26 29
27build: 30build: openring
28 mkdir -p public 31 mkdir -p public
29 openring -l 165 -n 4 -p 1 \
30 -s https://cronokirby.com/posts/index.xml \
31 -s https://drewdevault.com/feed.xml \
32 -s https://danluu.com/atom.xml \
33 -s https://serokell.io/blog.rss.xml \
34 < template/openring.tmpl \
35 > template/openring-build.html
36
37 alternator --build 32 alternator --build
38 rm template/openring-build.html 33 rm template/openring-build.html
39 34