diff options
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 72e22b7..7df8ba0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,6 +2,8 @@ baseURL = "https://example.com" title = "Hugo Theme Fuji" theme = "fuji" +[outputs] + home = ["html", "rss", "json"] hasCJKLanguage = true enableEmoji = true enableRobotsTXT = true |