From f9f84ac8fec86ad206eabce604042cd40f89e64b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 9 Mar 2020 12:31:42 -0400 Subject: [PATCH] Remove deprecated Staticman v1 config Close #2386 --- _config.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/_config.yml b/_config.yml index 6aa9d9c..db2458e 100644 --- a/_config.yml +++ b/_config.yml @@ -43,23 +43,9 @@ comments: utterances: theme : # "github-light" (default), "github-dark" issue_term : # "pathname" (default) -staticman: - allowedFields : # ['name', 'email', 'url', 'message'] - branch : # "master" - commitMessage : # "New comment by {fields.name}" - filename : # comment-{@timestamp} - format : # "yml" - moderation : # true - path : # "/_data/comments/{options.slug}" (default) - requiredFields : # ['name', 'email', 'message'] - transforms: - email : # "md5" - generatedFields: - date: - type : # "date" - options: - format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" - endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance + staticman: + branch : # "master" + endpoint : # "https://{your Staticman v3 API}/v3/entry/github/" reCaptcha: siteKey : secret : -- 2.43.0