Staticman documentation enhancement (#514)
* Add a link to Staticman: Webhooks * Clearer README on Staticman reCAPTCHA and endpoint * Update README after owner's feedback * Update staticman.yml after owner's feedback * Further improve Staticman templates * Corrected Staticman config instructions * Update staticman.yml * Update _config.yml * Update README.md
This commit is contained in:
parent
375e16d085
commit
94161dbef7
3 changed files with 20 additions and 18 deletions
|
@ -126,13 +126,13 @@ url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
|||
# To use Facebook Comments, fill in a Facebook App ID
|
||||
# fb_comment_id: ""
|
||||
|
||||
# Staticman support
|
||||
# To use Staticman comments, fill in repository, branch, and endpoint
|
||||
staticman:
|
||||
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
|
||||
branch : # eg. "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 trailing slash) (will fallback to a public GitLab instance)
|
||||
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:
|
||||
# reCaptcha for Staticman (OPTIONAL)
|
||||
# reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
|
||||
# If you use reCaptcha, you must also set these parameters in staticman.yml
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue