Skip to content

Commit d0d951e

Browse files
committed
remove staticman config
1 parent c7c7cfd commit d0d951e

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
@@ -186,13 +186,13 @@ cookie_consent:
186186
# If you want to use reCaptcha for staticman (optional for spam protection), then fill
187187
# in the "siteKey" and "secret" parameters below and also in `staticman.yml`.
188188
# See more details at https://staticman.net/
189-
staticman:
190-
repository : "codeaffen/codeaffen.org" # GitHub username/repository eg. "daattali/beautiful-jekyll"
191-
branch : "develop" # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
192-
endpoint : "https://codeaffen-staticman.herokuapp.com/v3/entry/github/" # (optional) URL of your own deployment, with a trailing slash eg. https://<your-api>/v3/entry/github/ (will fallback to a public GitLab instance)
193-
# reCaptcha:
194-
# siteKey : "codeaffen" # Use your own site key, you need to apply for one on Google
195-
# secret : "QPbzwg62UUgBS+AtxEqEjr72mrooOAbGHBDlQQ8OdvJbhodp9rb1VTHsDxOjw6cOp5CAbeJwNIrbvIXplzMvoDEyufloA/d6LZfx3Tnlu/+1cpCNa/jFGAb+qJWDFjZpS9dLJI0/lA9SwsgLWhR5jZ3zcmuyHOfNtIPJuI0vcYzrTwNpsLH88QK2iGh1vISZLZSK7GpPY5g9xwMAcEhxHr7cGPIXzmqwyor2pdOYmnIcpDYHBCcEPgjDMMD1aU3A4SyJ/KyxN7HcAhklcGVqMaHvE29Rj4VZfrg2slDL/M4g0aHfl/gPPqNbSWsXY61nmKFoT5b6YoO9KJOpLngzVw==" # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
189+
#staticman:
190+
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
191+
# branch : # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
192+
# endpoint : # (optional) URL of your own deployment, with a trailing slash eg. https://<your-api>/v3/entry/github/ (will fallback to a public GitLab instance)
193+
# # reCaptcha:
194+
# # siteKey : # Use your own site key, you need to apply for one on Google
195+
# # secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
196196

197197
# --- Misc --- #
198198

0 commit comments

Comments
 (0)