update justfile
This commit is contained in:
parent
fdb6c83759
commit
54ba1e763b
2
justfile
2
justfile
|
@ -106,7 +106,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 -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
|
# Run development server
|
||||||
serve:
|
serve:
|
||||||
|
|
Loading…
Reference in New Issue