-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstaticman.yml
86 lines (72 loc) · 3.54 KB
/
staticman.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Name of the property. You can have multiple properties with completely
# different config blocks for different sections of your site.
# For example, you can have one property to handle comment submission and
# another one to handle posts.
comments:
# (*) REQUIRED
#
# Names of the fields the form is allowed to submit. If a field that is
# not here is part of the request, an error will be thrown.
allowedFields: ["replying_to", "name", "avatar", "email", "profanity", "website", "message", "xss"]
# (*) REQUIRED
#
# Name of the branch being used. Must match the one sent in the URL of the
# request.
branch: "master"
# Text to use as the commit message or pull request title. Accepts placeholders.
commitMessage: "New comment from '{fields.name}' on '{options.slug}'"
# (*) REQUIRED
#
# Destination path (filename) for the data files. Accepts placeholders.
filename: "comment-{@timestamp}"
# The format of the generated data files. Accepted values are "json", "yaml"
# or "frontmatter"
format: "yaml"
# List of fields to be populated automatically by Staticman and included in
# the data file. Keys are the name of the field. The value can be an object
# with a `type` property, which configures the generated field, or any value
# to be used directly (e.g. a string, number or array)
generatedFields:
date:
type: date
options:
format: "iso8601"
_timestamp:
type: date
options:
format: "timestamp"
# Whether entries need to be appproved before they are published to the main
# branch. If set to `true`, a pull request will be created for your approval.
# Otherwise, entries will be published to the main branch automatically.
moderation: true
# Name of the site. Used in notification emails.
name: "The Dungeons"
# Notification settings. When enabled, users can choose to receive notifications
# via email when someone adds a reply or a new comment. This requires an account
# with Mailgun, which you can get for free at http://mailgun.com.
#notifications:
# Enable notifications
#enabled: true
# (!) ENCRYPTED
#
# Mailgun API key
#apiKey: "1q2w3e4r"
# (!) ENCRYPTED
#
# Mailgun domain (encrypted)
#domain: "4r3e2w1q"
# (*) REQUIRED
#
# Destination path (directory) for the data files. Accepts placeholders.
path: "_data/comments/{options.slug}"
# Names of required fields. If any of these isn't in the request or is empty,
# an error will be thrown.
requiredFields: ["name", "message"]
# List of transformations to apply to any of the fields supplied. Keys are
# the name of the field and values are possible transformation types.
transforms:
email: md5
reCaptcha:
enabled: true
siteKey: "6Lcx8t0UAAAAAOJnUmEkrL5vDBAki11b_b-nBEc6"
secret: "QLfPSml1HanvAWjaiD+EvRjDb90ie5LRFGdWGhe67okKQvIS0VHTYh9jjIdXKLZFxwR176ZsxTHVzTbVDfxGZ9b5ZdUjdzeYReZSPo4CVV85bUFVnFBM5VFfj/W1+tqV+O50PBbIqwEFVVIJ62k6N+WzbFqqlPsMaL2MGax1zbZCBz/w0MBHV6VbqtRkllG7DCnIYButf97ryVXzzIh9q2AiaTzHwoTyzRI7YtX4cLsPPNfATk0eifN41SSjCNql05CiMLMDid/rrA+zVZjkrj3/jWFwhTTp1UPWGw48jBuJFAqXwrfZxGFnhftpmQFHh1HArLsTautbtT4OMVP9e+KZd+HIvnVlU4pjqWwhRazrpV+WA1Btg68eaC5bv/VEnztrc4YyZ4WE6yzLS4/bmI/SU27SdZbLl+4HIjpgX+rR70TRUMHi5RDs8gHXiFmfMe9wEihNZqFFGRK/OvA9sgb7KK0s3f/kL+xgVNYaGg/2iWslGfuIiL2xxWetI2jW52w/fTv86xtg/mHejPxeEwYShLf2Kz76as/PBtVg8/v02SaLYMUV2+ljUf17tw6Q31qM18uc2VFqQNuO7zUuJmYZnps6Blewjs+xS6wJEDEKKQH6j1u8SKFItCDH4aSYj51tn6aHL/Dr+DCw5aCzRJeu/Wh0IhSPOZxP1cE0UhE="