From 991d657e4c980e6d1114e4adb27f20332e1f7d6b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 28 Jun 2022 19:02:56 +0200 Subject: Added new styles --- Makefile | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e9acf0..d6b6c09 100644 --- a/Makefile +++ b/Makefile @@ -11,29 +11,24 @@ dither: bash tools/dither-images.sh openring: - openring -l 165 -n 4 -p 1 \ - -s https://cronokirby.com/posts/index.xml \ + mkdir -p public + openring -l 165 -n 5 -p 1 \ -s https://drewdevault.com/feed.xml \ -s https://danluu.com/atom.xml \ -s https://serokell.io/blog.rss.xml \ + -s https://cronokirby.com/posts/index.xml \ + -s https://www.jeffgeerling.com/blog.xml \ < template/openring.tmpl \ > template/openring-build.html dev: alternator server alternator: openring + mkdir -p public alternator --watch -build: +build: openring mkdir -p public - openring -l 165 -n 4 -p 1 \ - -s https://cronokirby.com/posts/index.xml \ - -s https://drewdevault.com/feed.xml \ - -s https://danluu.com/atom.xml \ - -s https://serokell.io/blog.rss.xml \ - < template/openring.tmpl \ - > template/openring-build.html - alternator --build rm template/openring-build.html -- cgit v1.2.3