From c9678b6f848733c88921c9db588de222e30ec260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Tue, 20 Oct 2020 04:38:46 -0400 Subject: [PATCH] enable akismet --- staticman.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/staticman.yml b/staticman.yml index d1c86dd1..d486db8f 100644 --- a/staticman.yml +++ b/staticman.yml @@ -14,6 +14,8 @@ comments: options: format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" moderation: true + akismet: + enabled: true name: "Decentralized-id.com" path: "_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default) requiredFields: ["name", "email", "message"]