diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -116,6 +116,18 @@ page = ["html"] home = ["html"] section = ["html", "rss"] +[mediaTypes] + [mediaTypes.'text/html'] + suffixes = ['html'] + [mediaTypes.'text/gohtml'] + suffixes = ['htm'] +[outputFormats] + [outputFormats.html] + mediaType = 'text/html' + [outputFormats.go] + mediaType = 'text/gohtml' + + [pagination] disableAliases = false pagerSize = 10 |