From 3ee22ef7ac92f0e981d1cda6a22f514ba54e46fb Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 9 Aug 2016 21:48:22 -0400 Subject: [PATCH] Test Staticman --- _config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_config.yml b/_config.yml index 865a198d..f7f13b5e 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,15 @@ comments: appid : num_posts : # 5 (default) 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: path : # blank (default) uses feed.xml