From acea9bd1a30dea504603d4fec7726e25c20507ce Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 30 Sep 2024 09:09:10 +1000 Subject: [PATCH] Fix name of json feed --- v2/content/posts/2024/json-feed-zola.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/content/posts/2024/json-feed-zola.md b/v2/content/posts/2024/json-feed-zola.md index 43ed4d5..161c2d7 100644 --- a/v2/content/posts/2024/json-feed-zola.md +++ b/v2/content/posts/2024/json-feed-zola.md @@ -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: