Test Staticman
This commit is contained in:
parent
3734649c36
commit
3ee22ef7ac
@ -28,6 +28,15 @@ comments:
|
|||||||
appid :
|
appid :
|
||||||
num_posts : # 5 (default)
|
num_posts : # 5 (default)
|
||||||
colorscheme : # "light" (default), "dark"
|
colorscheme : # "light" (default), "dark"
|
||||||
|
staticman:
|
||||||
|
allowedFields: ["name", "email", "comment"]
|
||||||
|
branch: "gh-pages"
|
||||||
|
format: "json"
|
||||||
|
moderation: true
|
||||||
|
path: "_data/comments/{options.slug}"
|
||||||
|
requiredFields: ["name", "comment"]
|
||||||
|
transforms:
|
||||||
|
email: "md5"
|
||||||
atom_feed:
|
atom_feed:
|
||||||
path : # blank (default) uses feed.xml
|
path : # blank (default) uses feed.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user