Browse Source

[fix] generate json output for index

refactor_hedgedoc_parser
Nicolas JEUDY 12 months ago
parent
commit
2b3d478bb7
  1. 3
      config.toml

3
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"]
Loading…
Cancel
Save