mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update config.ini.example
This commit is contained in:
parent
30cfb03097
commit
2ee255ade5
1 changed files with 9 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ login.protect.system = "disable"
|
||||||
login.protect.public = ""
|
login.protect.public = ""
|
||||||
login.protect.private = ""
|
login.protect.private = ""
|
||||||
|
|
||||||
|
; Multi-factor authentication
|
||||||
|
mfa.state = "false"
|
||||||
|
|
||||||
; Pagination, RSS, and JSON
|
; Pagination, RSS, and JSON
|
||||||
posts.perpage = "10"
|
posts.perpage = "10"
|
||||||
category.perpage = "10"
|
category.perpage = "10"
|
||||||
|
|
@ -183,6 +186,12 @@ default.image = ""
|
||||||
; Favicon image
|
; Favicon image
|
||||||
favicon.image = ""
|
favicon.image = ""
|
||||||
|
|
||||||
|
; Autosave
|
||||||
|
autosave.enable = "true"
|
||||||
|
|
||||||
|
; Show HTMLy version
|
||||||
|
show.version = "true"
|
||||||
|
|
||||||
; Set the theme here
|
; Set the theme here
|
||||||
views.root = "themes/twentysixteen"
|
views.root = "themes/twentysixteen"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue