diff --git a/_config.yml b/_config.yml index c64b35b..704bbc8 100644 --- a/_config.yml +++ b/_config.yml @@ -117,24 +117,12 @@ footer-link-col: "#404040" # --- Comments --- # -# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments +# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid) #disqus: "" -# To use Facebook Comments, fill in a Facebook App ID +# To use Facebook Comments, create a Facebook app and fill in the Facebook App ID #fb_comment_id: "" -# To use Staticman comments, uncomment the following section and fill in -# "repository", "branch", and "endpoint". -# If you want to use reCaptcha for staticman (optional for spam protection), then fill -# in the "siteKey" and "secret" parameters below and also in `staticman.yml`. -#staticman: -# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll" -# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml` -# endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https:///v3/entry/github/ -# reCaptcha: -# siteKey : # Use your own site key, you need to apply for one on Google -# secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/ - # To use Utterances comments: (0) uncomment the following section, (1) fill in # "repository" (make sure the repository is public), (2) Enable Issues in your repository, # (3) Install the Utterances app in your repository https://github.com/apps/utterances @@ -145,6 +133,19 @@ footer-link-col: "#404040" # theme: github-light # Utterances theme # label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances +# To use Staticman comments, first invite `staticmanlab` as a collaborator to your repository and +# accept the invitation by going to `https://staticman3.herokuapp.com/v3/connect/github//`. +# Then uncomment the following section and fill in "repository", "branch", and "endpoint". +# If you want to use reCaptcha for staticman (optional for spam protection), then fill +# in the "siteKey" and "secret" parameters below and also in `staticman.yml`. +# See more details at https://staticman.net/ +#staticman: +# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll" +# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml` +# endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https:///v3/entry/github/ +# reCaptcha: +# siteKey : # Use your own site key, you need to apply for one on Google +# secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/ # --- Misc --- #