Add config.template.ini

This commit is contained in:
Miraty 2023-11-24 20:49:51 +01:00
parent c8fa5fddbc
commit 4c5c58ef41
1 changed files with 36 additions and 0 deletions

36
config.template.ini Normal file
View File

@ -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 <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"
;; 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"