update justfile

This commit is contained in:
Amolith 2024-01-24 23:35:32 -05:00
parent fdb6c83759
commit 54ba1e763b
Signed by: Amolith
SSH Key Fingerprint: SHA256:JBKEeoO/72Fz03rtlzeO49PATFT2maMancH3opcT0h0
1 changed files with 1 additions and 1 deletions

View File

@ -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: