From dfe69e6cbe00fd7cb26ba5116c3fd78064462a68 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 10 Dec 2024 22:27:28 +0300 Subject: Auto-commit 2024-12-10 --- hugo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hugo.toml') 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 -- cgit v1.2.3