Ignore newsletters
This commit is contained in:
parent
4591c663ef
commit
d9d6cf6654
2
justfile
2
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:
|
||||
|
|
Loading…
Reference in New Issue