Include staticman.filename
in docs
This commit is contained in:
parent
46fe8134fd
commit
87d902da78
@ -2,7 +2,7 @@
|
|||||||
title: "Configuration"
|
title: "Configuration"
|
||||||
permalink: /docs/configuration/
|
permalink: /docs/configuration/
|
||||||
excerpt: "Settings for configuring and customizing the theme."
|
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 %}
|
{% include base_path %}
|
||||||
@ -235,6 +235,7 @@ staticman:
|
|||||||
allowedFields : ['name', 'email', 'url', 'message']
|
allowedFields : ['name', 'email', 'url', 'message']
|
||||||
branch : # "master", "gh-pages"
|
branch : # "master", "gh-pages"
|
||||||
commitMessage : "New comment."
|
commitMessage : "New comment."
|
||||||
|
filename : comment-{@timestamp}
|
||||||
format : "yml"
|
format : "yml"
|
||||||
moderation : true
|
moderation : true
|
||||||
path : "_data/comments/{options.slug}"
|
path : "_data/comments/{options.slug}"
|
||||||
|
Loading…
Reference in New Issue
Block a user