Add JSON as an output format

This commit is contained in:
Ethan Yoo 2022-12-29 08:16:02 -05:00
parent 6c85b24475
commit 7d162701ed
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ title = "Ethan Yoo"
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[permalinks]
links = ":year/:month/:slug"
categories = ":year/:month/"