From a6bf0c358140c6433fdd07653cb8808d324e4103 Mon Sep 17 00:00:00 2001 From: Miraty Date: Wed, 13 Mar 2024 00:05:40 +0100 Subject: [PATCH] Document gzip setting in config.template.ini --- config.template.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.template.ini b/config.template.ini index 584aa49..671abe8 100644 --- a/config.template.ini +++ b/config.template.ini @@ -1,8 +1,6 @@ ; Configuration template for mkht.php ; to be interpreted, this file must be named config.ini at the root of the site ; Each directive can be omitted, in which case booleans default to false, strings default to null and arrays default to empty -;; Content - ; Site title, used in and <header> title = "" @@ -12,6 +10,9 @@ header = false ; Which language to add to <html lang="?"> if not set in file extension (like ".en.html") default-lang = "en" +; Whether to create supplementary Gzipped file for each HTML file +gzip = true + ;; CSS ; Announce stylesheets in <head>