From a3e2611466f1ab0825bf38f135c36c5cfb29f5c4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 1 Jul 2021 22:22:56 +0200 Subject: Added new post - world clock --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7880fa9..84ff27c 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,16 @@ provision: go build \ go install +dev: + openring -l 180 -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 --watch + build: mkdir -p public openring -l 180 -n 4 -p 1 \ -- cgit v1.2.3