From 7d162701ed99a57bb2e4281f3b4887eb2d6dacf7 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Thu, 29 Dec 2022 08:16:02 -0500 Subject: [PATCH] Add JSON as an output format --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index e883677..9e50ee4 100644 --- a/config.toml +++ b/config.toml @@ -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/"