Update _config.yml

This commit is contained in:
Michael Rose 2016-08-10 14:26:28 -04:00 committed by GitHub
parent 14601c013a
commit 454e9dd803

View File

@ -29,12 +29,11 @@ comments:
num_posts : # 5 (default) num_posts : # 5 (default)
colorscheme : # "light" (default), "dark" colorscheme : # "light" (default), "dark"
staticman: staticman:
allowedFields : ['name', 'email', 'url', 'message'] allowedFields : ['name', 'email', 'url', 'message', 'date']
branch : "gh-pages" # "master", "gh-pages" branch : "gh-pages" # "master", "gh-pages"
format : "yml" format : "yml"
moderation : true moderation : true
path : "_data/comments/{options.slug}" path : "_data/comments/{options.slug}"
filename : "{@timestamp}-{@hash}"
requiredFields : ['name', 'email', 'message'] requiredFields : ['name', 'email', 'message']
transforms: transforms:
email : "md5" email : "md5"