Update _config.yml
This commit is contained in:
parent
14601c013a
commit
454e9dd803
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user