From d86a6c995cbc1010293eccf8cd28921555a6d1a9 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 11 Aug 2016 15:20:09 -0400 Subject: [PATCH] Add `staticman.filename` config with UNIX timestamp for sorting data files example ~> comment-1470943149 --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 7394db7b..d7bac3f2 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,7 @@ staticman: allowedFields : ['name', 'email', 'url', 'message'] branch : # "master", "gh-pages" commitMessage : "New comment." + filename : comment-{@timestamp} format : "yml" moderation : true path : "_data/comments/{options.slug}"