aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-10 22:27:28 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-10 22:27:28 +0300
commitdfe69e6cbe00fd7cb26ba5116c3fd78064462a68 (patch)
treee61f002c53669a54eee9c601c2d8792eb9c4e93f /hugo.toml
parenta8124581c4e8c3f3e462f13ffe63228d7a631b79 (diff)
Auto-commit 2024-12-10
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index c972cf5..28a7647 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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