Permalink without year-month

This commit is contained in:
Danang Probo Sayekti 2015-08-14 01:58:08 +07:00
commit 26a1a97082
10 changed files with 491 additions and 21 deletions

View file

@ -10,6 +10,9 @@ blog.tagline = "Just another HTMLy blog"
blog.description = "Proudly powered by HTMLy, a databaseless blogging platform."
blog.copyright = "(c) Your name."
; Set permalink type. "default" using /year/month/title. "post" using /post/title
permalink.type = "default"
; Show the /blog url as the blog homepage
blog.enable = "false"