mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Static frontpage and improvements
Add new config: static.frontpage = "true" to enable the static frontpage.
This commit is contained in:
parent
19592fe137
commit
eb8e0ac503
7 changed files with 281 additions and 40 deletions
|
|
@ -13,6 +13,9 @@ blog.copyright = "(c) Your name."
|
|||
; Set permalink type. "default" using /year/month/title. "post" using /post/title
|
||||
permalink.type = "default"
|
||||
|
||||
; Make the frontpage static. Options "false" and "true"
|
||||
static.frontpage = "false"
|
||||
|
||||
; Show the /blog url as the blog homepage. Options "false" and "true"
|
||||
blog.enable = "false"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue