Add a JSON output format to single pages so they can be fetched async with JS

This commit is contained in:
Eryn Wells 2022-09-24 07:46:16 -07:00
parent 21cab74651
commit 3d7aa7a092
4 changed files with 40 additions and 36 deletions

View file

@ -45,7 +45,7 @@ name = 'Eryn Wells'
[outputs]
home = ['HTML', 'RSS']
page = ['HTML']
page = ['HTML', 'JSON']
[params]
twitter = 'erynofwales'