remove comment platform details from readme and move it all to config
This commit is contained in:
parent
457aec28f6
commit
6f2f068075
29
_config.yml
29
_config.yml
@ -117,24 +117,12 @@ footer-link-col: "#404040"
|
|||||||
|
|
||||||
# --- Comments --- #
|
# --- 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: ""
|
#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: ""
|
#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://<your-api>/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/<your-site-secret>
|
|
||||||
|
|
||||||
# To use Utterances comments: (0) uncomment the following section, (1) fill in
|
# 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,
|
# "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
|
# (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
|
# theme: github-light # Utterances theme
|
||||||
# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
|
# 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/<username>/<repo-name>`.
|
||||||
|
# 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://<your-api>/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/<your-site-secret>
|
||||||
|
|
||||||
# --- Misc --- #
|
# --- Misc --- #
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user