15 lines
378 B
INI
15 lines
378 B
INI
|
; Used in <title> and <header>
|
||
|
siteTitle = "Documentation de Niver"
|
||
|
|
||
|
; Whether to advertise the CSS file in the HTML document or not
|
||
|
css = false
|
||
|
|
||
|
; Whether to add a <header> tag to the HTML document or not
|
||
|
header = false
|
||
|
|
||
|
; Whether to center text on indexes or not
|
||
|
centerIndex = true
|
||
|
|
||
|
; Which language to add to <html lang="?"> if not found in file extension
|
||
|
defaultLang = "fr"
|