config.toml: Use 2016-09 as slug for posts

This commit is contained in:
Alan Orth 2016-09-21 15:09:43 +03:00
parent 1c66b49b1c
commit 08f725b92d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -4,5 +4,9 @@ title = "CGSpace Notes"
newContentEditor = "vim"
theme = "vienna"
[permalinks]
# use 2016-09 as slug, since my posts are always monthly
post = "/:year-:month/"
[params]
author = "Alan Orth"