Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2021-08-14 21:02:33 +0300
committerreuixiy <reuixiy@gmail.com>2021-08-14 21:02:33 +0300
commit72e1a9d03fdab80c2527a07c915422efe2384f48 (patch)
tree7162a4ba5bf8219f1a82ed11d9120b342c2cb1e6
parent25e9e4d6bdde27293a92b1f61332b6743608d36c (diff)
feat: add html minify configuration
-rw-r--r--config-examples/en/config.toml4
-rw-r--r--config-examples/zh-cn/config.toml4
-rw-r--r--config-examples/zh-tw/config.toml4
3 files changed, 12 insertions, 0 deletions
diff --git a/config-examples/en/config.toml b/config-examples/en/config.toml
index 9aca941..0166b42 100644
--- a/config-examples/en/config.toml
+++ b/config-examples/en/config.toml
@@ -91,6 +91,10 @@ uglyURLs = false
endLevel = 6
ordered = true
+# HTML minify
+[minify.tdewolff.html]
+ keepWhitespace = false
+
# Author’s information
[author]
# Name
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index 212b4a8..b69d089 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -89,6 +89,10 @@ uglyURLs = false
endLevel = 6
ordered = true
+# 压缩 HTML
+[minify.tdewolff.html]
+ keepWhitespace = false
+
# 作者信息
[author]
# 名字
diff --git a/config-examples/zh-tw/config.toml b/config-examples/zh-tw/config.toml
index e6030c0..ee9cef5 100644
--- a/config-examples/zh-tw/config.toml
+++ b/config-examples/zh-tw/config.toml
@@ -89,6 +89,10 @@ uglyURLs = false
endLevel = 6
ordered = true
+# 壓縮 HTML
+[minify.tdewolff.html]
+ keepWhitespace = false
+
# 作者資訊
[author]
# 名字