37 lines
1.1 KiB
INI
37 lines
1.1 KiB
INI
; 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
|
|
|
|
; Site title, used in <title> and <header>
|
|
title = ""
|
|
|
|
; Whether to add a <header> tag to the HTML document or not
|
|
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>
|
|
announce-css = false
|
|
|
|
; Whether to center text on indexes or not
|
|
center-index = false
|
|
|
|
;; Atom feeds
|
|
|
|
; Announce Atom feeds in <head> (they are always generated)
|
|
announce-feed = false
|
|
|
|
; To generate absolute links for Atom feeds ; only the first element is used to translate local links in <a> tags
|
|
base-url[] = "https://example"
|
|
base-url[] = "http://example.onion"
|
|
|
|
; Author name for Atom feeds
|
|
author = ""
|
|
|
|
; Site id for Atom feeds, automatically generated if inexistant
|
|
id = "change-me"
|