Skip to content

Commit 82b4d28

Browse files
authored
Update _config.yml
1 parent fe40d41 commit 82b4d28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
131131

132132
# Staticman support
133133
staticman:
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

0 commit comments

Comments
 (0)