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/"