From 209c71b6752215286ce4a04495bbd1505e9ef997 Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Wed, 26 Jun 2019 05:20:19 +0200 Subject: [PATCH] Staticman anti-spam suggestion (#509) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ae05e9..69833b7 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,8 @@ To use Facebook comments, create a Facebook app using [Facebook developers](http To use Staticman, you first need to invite `staticmanlab` as a collaborator to your repository (by going to your repository **Settings** page, navigate to the **Collaborators** tab, and add the username `staticmanlab`), and then accept the invitation by going to `https://staticman3.herokuapp.com/v3/connect/github//`. Lastly, fill in your `repository` and `branch` in the Staticman section of `_config.yml`. +Optional: It is suggested to enable reCAPTCHA to avoid massive spam comments. You may refer to `_config.yml` for detailed instructions. + #### JustComments To use JustComments you first need to have an account. After you just need to copy the API key to the `just-comments` property in `_config.yml` file.