mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 04:42:47 +00:00
Fix name of json feed
This commit is contained in:
parent
acf0be969f
commit
acea9bd1a3
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
title = "Generate a JSON Feed for a Zola Website"
|
||||
date = 2024-09-28T20:50:30+10:00
|
||||
|
||||
#[extra]
|
||||
#updated = 2024-06-06T08:24:45+10:00
|
||||
[extra]
|
||||
updated = 2024-09-30T09:08:57+10:00
|
||||
+++
|
||||
|
||||
[JSON Feed] is a specification for representing an RSS-style feed in JSON. I
|
||||
|
@ -86,7 +86,7 @@ help:
|
|||
|
||||
build:
|
||||
zola build
|
||||
jaq --from-file json-feed.jaq public/dump.xml > public/json.feed
|
||||
jaq --from-file json-feed.jaq public/dump.xml > public/feed.json
|
||||
rm public/dump.xml
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue