From 2b3d478bb7cf9a69e15d5bd5102215f5a6b94518 Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Mon, 29 May 2023 12:44:03 +0200 Subject: [PATCH] [fix] generate json output for index --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 191561d..7c5aa2f 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,6 @@ baseURL = 'http://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = "hugo-theme-learn" + +[outputs] +home = [ "HTML", "RSS", "JSON"] \ No newline at end of file