Ignore newsletters

This commit is contained in:
Amolith 2023-05-01 16:00:13 -04:00
parent 4591c663ef
commit d9d6cf6654
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ images:
# Generate feeds post from OPML file in /tmp/subscriptions.opml # Generate feeds post from OPML file in /tmp/subscriptions.opml
opml: opml:
go install git.sr.ht/~amolith/opml2md@latest 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 # Run development server
serve: serve: