From 87d902da78e0abfe7bb1595852e14804ef4fd07e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 11 Aug 2016 15:16:42 -0400 Subject: [PATCH] Include `staticman.filename` in docs --- _docs/05-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index ad4c3e93..629ace36 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -2,7 +2,7 @@ title: "Configuration" permalink: /docs/configuration/ excerpt: "Settings for configuring and customizing the theme." -modified: 2016-08-11T12:24:03-04:00 +modified: 2016-08-11T15:16:25-04:00 --- {% include base_path %} @@ -235,6 +235,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}"