mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
20 lines
580 B
YAML
20 lines
580 B
YAML
comments:
|
|
provider: "staticman"
|
|
staticman:
|
|
allowedFields : ['name', 'email', 'url', 'message']
|
|
branch : # "master", "gh-pages"
|
|
commitMessage : "New comment."
|
|
filename : comment-{@timestamp}
|
|
format : "yml"
|
|
moderation : false
|
|
path : "_data/comments/{options.slug}"
|
|
requiredFields : ['name', 'email', 'message']
|
|
transforms:
|
|
email : "md5"
|
|
generatedFields:
|
|
date:
|
|
type : "date"
|
|
options:
|
|
format : "iso8601"
|
|
comment: true
|