[Feature] Staticman v3 Support (#440)
* Added Staicman support * Corrected template for staticman.yml * Edit for coherence with _includes/disqus.html * Updated documentation for Staticman * Updated License to give credits to Michale Rose * Update LICENSE * add more staticman details to readme * Clearer instructions about reCAPTCHA in YML * Nest reCAPTCHA param inside Staticman * Prepend all css selectors with .staticman-comments Edit suggested by theme owner to avoid CSS rules overriding. * Add myself to the change log * Update _config.yml
This commit is contained in:
parent
018bac4894
commit
d1c8b2fee1
14 changed files with 976 additions and 4 deletions
11
_config.yml
11
_config.yml
|
@ -129,6 +129,17 @@ url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
|||
# To use Facebook Comments, fill in a Facebook App ID
|
||||
# fb_comment_id: ""
|
||||
|
||||
# Staticman support
|
||||
staticman:
|
||||
repository : # GitHub username/repo-name e.g. "daattali/beautiful-jekyll"
|
||||
branch : # "master"
|
||||
endpoint : # URL of your own deployment with trailing slash, will fallback to the public GitLab instance
|
||||
# reCaptcha for Staticman (OPTIONAL)
|
||||
# If you use recaptcha, you must also set these parameters in staticman.yml
|
||||
reCaptcha:
|
||||
siteKey : # Use your OWN site key. You may apply to Google for one.
|
||||
secret : # (!) ENCRYPT your password by opening https://staticman3.herokuapp.com/v3/encrypt/{your-site-secret}
|
||||
|
||||
# --- Misc --- #
|
||||
|
||||
# Facebook App ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue