mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +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.private = ""
|
||||
|
||||
; Multi-factor authentication
|
||||
mfa.state = "false"
|
||||
|
||||
; Pagination, RSS, and JSON
|
||||
posts.perpage = "10"
|
||||
category.perpage = "10"
|
||||
|
|
@ -183,6 +186,12 @@ default.image = ""
|
|||
; Favicon image
|
||||
favicon.image = ""
|
||||
|
||||
; Autosave
|
||||
autosave.enable = "true"
|
||||
|
||||
; Show HTMLy version
|
||||
show.version = "true"
|
||||
|
||||
; Set the theme here
|
||||
views.root = "themes/twentysixteen"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue