From 54ba1e763b6ad5bd9df5cc6f40e2ec2c3bea6505 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 24 Jan 2024 23:35:32 -0500 Subject: [PATCH] update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c34d34d..85fc641 100644 --- a/justfile +++ b/justfile @@ -106,7 +106,7 @@ images: # Generate feeds post from OPML file in /tmp/subscriptions.opml opml: go install git.sr.ht/~amolith/opml2md@latest - opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software updates,Newsletters" + opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software Updates,Newsletters" # Run development server serve: