Static frontpage and improvements

Add new config: static.frontpage = "true" to enable the static
frontpage.
This commit is contained in:
Danang Probo Sayekti 2015-11-14 10:10:34 +07:00
commit eb8e0ac503
7 changed files with 281 additions and 40 deletions

View file

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