diff options
Diffstat (limited to 'exampleSite/config')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 45fabfd..375ecc2 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -40,25 +40,11 @@ minify: disableXML: true outputs: - home: - - HTML - - Atom - - FEED - - JSONFEED - - JSON - - MANIFEST - - humanstxt - section: - - HTML - - Atom - - FEED - - JSONFEED - page: - - HTML - taxonomy: - - HTML - term: - - HTML + home: [HTML, Atom, FEED, JSONFEED, JSON, MANIFEST, humanstxt] + section: [HTML, Atom, FEED, JSONFEED] + page: [HTML] + taxonomy: [HTML] + term: [HTML] outputFormats: # For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom |
