forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
staticman.yml
103 lines (86 loc) · 4.82 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# 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:
allowedFields: ["name", "email", "url", "message", "replying_to_uid"]
branch: master
commitMessage: "Comment from {fields.name} on {options.slug}"
filename: "entry{@timestamp}"
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: "timestamp-seconds"
# 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: false
# Name of the site. Used in notification emails.
name: "KF7HVM"
# 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: 6Lc8zdEZAAAAANBtDvewEwHHO7nl3Q9FLw6ZiPeg
secret: ejHM3waHukjzpAxnz8cqyAA70cgCtdLn+QPGg38SrnV2T6OApSpX0rMk6NAaU/UZa0gJtDlhSGe9BaOVFk41EHZ1Zl+QbFkV64uPK14ZRVLAFrU3Psda0WiCYZLd/oEeJfaQ8LAWjm7M6Bjh/lXGZfSXM88Bot3V3ev3hJKnx/mf0+U9YzM4m9RM1Rlt78MExCSVK2WaKxmA5qtvz/wraUePaEZtQD/kg+yBTilJIKPxDbibXiGEN913fFLcNBTMmkAo00eYKcIzSTfKmtBJD/e3x0qiqjR2pmuipX/GzZ+LeZLLIRfS3yfOEIOwnHHEZlUycWqAAW3uWMPBgv/e6bPmSQJlZ6vfb3tMpDbqpIi2zdBtGRzp1uvNIF+/QS8bRrR1unsgkbLnXLrOrA0zu5D+x7Cy+zIYcVhat536ZQOM8t5Fij/fGh74G0Ke1jrYpwJjYjt+7estZGVpm7b1HWPAe6Gswhr+Bcwfge5AeX13fLVR3xwiWLnteNlP9RbE5inbsrroTKA3SbewKOhDevecELqujPULNLltiDOK6mNeRfPx0o+vF9qnF5fW++r9KLUpyV5x7nTlBWsH0Ix+EbKuADECOmumbPO7zcoDgMQuxbdMaXPFllRyoU6LrmCAgFNjLYgwzUvtD3LBzGsgZE0P7tldeE1nKokxfvfTKJQ=
logentry:
allowedFields: ["m_call", "m_loc", "frequency", "start", "t_call", "t_loc", "mode", "machine", "comment", "notes"]
branch: master
commitMessage: "QSO with {fields.t_call} on {fields.frequency}"
filename: "qso{@timestamp}-{fields.t_call}-{fields.frequency}"
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: "timestamp-seconds"
# 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: false
# Name of the site. Used in notification emails.
name: "KF7HVM"
# (*) REQUIRED
#
# Destination path (directory) for the data files. Accepts placeholders.
path: "_data/qso"
# Names of required fields. If any of these isn't in the request or is empty,
# an error will be thrown.
requiredFields: ["m_call", "frequency", "t_call"]
reCaptcha:
enabled: true
siteKey: 6Lc8zdEZAAAAANBtDvewEwHHO7nl3Q9FLw6ZiPeg
secret: ejHM3waHukjzpAxnz8cqyAA70cgCtdLn+QPGg38SrnV2T6OApSpX0rMk6NAaU/UZa0gJtDlhSGe9BaOVFk41EHZ1Zl+QbFkV64uPK14ZRVLAFrU3Psda0WiCYZLd/oEeJfaQ8LAWjm7M6Bjh/lXGZfSXM88Bot3V3ev3hJKnx/mf0+U9YzM4m9RM1Rlt78MExCSVK2WaKxmA5qtvz/wraUePaEZtQD/kg+yBTilJIKPxDbibXiGEN913fFLcNBTMmkAo00eYKcIzSTfKmtBJD/e3x0qiqjR2pmuipX/GzZ+LeZLLIRfS3yfOEIOwnHHEZlUycWqAAW3uWMPBgv/e6bPmSQJlZ6vfb3tMpDbqpIi2zdBtGRzp1uvNIF+/QS8bRrR1unsgkbLnXLrOrA0zu5D+x7Cy+zIYcVhat536ZQOM8t5Fij/fGh74G0Ke1jrYpwJjYjt+7estZGVpm7b1HWPAe6Gswhr+Bcwfge5AeX13fLVR3xwiWLnteNlP9RbE5inbsrroTKA3SbewKOhDevecELqujPULNLltiDOK6mNeRfPx0o+vF9qnF5fW++r9KLUpyV5x7nTlBWsH0Ix+EbKuADECOmumbPO7zcoDgMQuxbdMaXPFllRyoU6LrmCAgFNjLYgwzUvtD3LBzGsgZE0P7tldeE1nKokxfvfTKJQ=