From 8df90589bf62d633eb1f0c1e6d4fc50445628923 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 23 Aug 2021 19:32:05 +0200 Subject: Make hugo generate a json index of the website --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 7294f53..cc41e95 100644 --- a/config.toml +++ b/config.toml @@ -29,6 +29,9 @@ resampleFilter = "CatmullRom" quality = 75 anchor = "smart" +[outputs] +home = ["HTML", "RSS", "JSON"] + [params] copyright = "Julien (Adyxax) Dessaux" github_repo = "https://git.adyxax.org/adyxax/www" -- cgit v1.2.3