Document gzip setting in config.template.ini

This commit is contained in:
Miraty 2024-03-13 00:05:40 +01:00
parent 6cdb1b47e1
commit a6bf0c3581
1 changed files with 3 additions and 2 deletions

View File

@ -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 <title> 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>