Add Staticman default path

- Close #683
This commit is contained in:
Michael Rose
2016-11-29 08:44:43 -05:00
parent 0e6d5326ed
commit 4e44f3c5db
2 changed files with 3 additions and 4 deletions

View File

@ -35,7 +35,7 @@ staticman:
filename : comment-{@timestamp}
format : "yml"
moderation : true
path : "docs/_data/comments/{options.slug}"
path : "docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default)
requiredFields : ['name', 'email', 'message']
transforms:
email : "md5"