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: