diff --git a/config.template.ini b/config.template.ini new file mode 100644 index 0000000..584aa49 --- /dev/null +++ b/config.template.ini @@ -0,0 +1,36 @@ +; 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 = "" + +; 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" + +;; 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"