diff --git a/justfile b/justfile index 83177e2..688a8be 100644 --- a/justfile +++ b/justfile @@ -105,7 +105,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 -t opml.tmpl -g "Software updates" + opml2md -i /tmp/subscriptions.opml -o content/feeds.md -t opml.tmpl -g "Software updates,Newsletters" # Run development server serve: