Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/staticman.yml')
-rw-r--r--exampleSite/staticman.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/exampleSite/staticman.yml b/exampleSite/staticman.yml
index 6cdfc67..dd36aa2 100644
--- a/exampleSite/staticman.yml
+++ b/exampleSite/staticman.yml
@@ -1,6 +1,6 @@
comments:
allowedFields: ["name", "email", "website", "comment", "replyThread", "replyName", "replyID"]
- branch : "master"
+ branch : "master" # should match your config.toml
commitMessage : "New comment from {fields.name}"
path: "data/comments/{options.slug}"
filename : "comment-{@timestamp}"
@@ -14,3 +14,14 @@ comments:
type : "date"
options:
format : "iso8601"
+
+ # # reCAPTCHA (OPTIONAL)
+ # # Register your domain at https://www.google.com/recaptcha/ and choose reCAPTCHA V2
+ # # Use your OWN siteKey and secret.
+ # reCaptcha:
+ # # siteKey and secret should match your config.toml
+ # siteKey: "6Lcv8G8UAAAAAEqV1Y-XEPum00C_DxhD6O--qkFo"
+ # # (!) ENCRYPT reCaptcha secret key using Staticman /encrypt endpoint
+ # # i.e. https://{staticman-endpoint}/v3/encrypt/{your-site-secret}
+ # # For more information, https://staticman.net/docs/encryption
+ # secret: "p5uHlH9hCqpMJaGKXdt5MEWFo7K6fX8hoYUwR3aIafOI6rtItLauaDCkGOucysJtrVZy+sHffioGzMsOU64JFDSyPQgrXujegcOHFRXHhD4fOUuBXSvV+OZ8JhSPTGWaRcQcoiGX4pT5hlebLddOl59b6sn6kU1ODQcEbhP83xVLZlaTWOrNrF5Wvy3TMXpH5gyl1tZEORxADAShMYyUbNR7XZYLEg1DfgIBHfIg3cKwdFt7KVLejFGKIiBYRAZDE2JuHItNmzJ2x9JgSK3E+XnShV5tuWpncnyFonJVHGEky/zRfUVLHobDMcJ/u9nlZqE8u47W+833F1WaIYuwNw=="