diff options
Diffstat (limited to 'exampleSite/hugo.toml')
| -rw-r--r-- | exampleSite/hugo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml new file mode 100644 index 0000000..a666a90 --- /dev/null +++ b/exampleSite/hugo.toml @@ -0,0 +1,4 @@ +[outputFormats] + [outputFormats.rss] + baseName = 'rss' + mediaType = 'application/rss+xml' |
