File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -131,14 +131,14 @@ url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
131131
132132# Staticman support
133133staticman :
134- repository : # GitHub username/repo-name e.g. "daattali/beautiful-jekyll"
135- branch : # "master"
136- endpoint : # URL of your own deployment with trailing slash, will fallback to the public GitLab instance
137- # reCaptcha for Staticman (OPTIONAL)
138- # If you use recaptcha, you must also set these parameters in staticman.yml
134+ repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
135+ branch : # eg. "master" If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
136+ endpoint : # URL of your own deployment (with trailing slash) (will fallback to a public GitLab instance)
139137 reCaptcha :
140- siteKey : # Use your OWN site key. You may apply to Google for one.
141- secret : # (!) ENCRYPT your password by opening https://staticman3.herokuapp.com/v3/encrypt/{your-site-secret}
138+ # reCaptcha for Staticman (OPTIONAL)
139+ # If you use reCaptcha, you must also set these parameters in staticman.yml
140+ siteKey : # Use your own site key, you need to apply for one on Google
141+ secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
142142
143143# --- Misc --- #
144144
You can’t perform that action at this time.
0 commit comments