-
Notifications
You must be signed in to change notification settings - Fork 5
/
staticman.yml
66 lines (62 loc) · 1.85 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
comments:
allowedFields: ["path", "name", "email", "message"]
branch: "master"
commitMessage: "You have a new comment on your website."
filename: "{fields.date}_{@id}"
format: "yml"
generatedFields:
date:
type: date
options:
format: "iso8601"
moderation: true
name: "www.datascienceblog.net"
notifications:
enabled: false
path: "data/comments"
requiredFields: ["path", "name", "email", "message"]
transforms:
body: "frontmatterContent"
email: "md5" # encrypt email addresses
reCaptcha:
enabled: true
siteKey: "6LdZJ8MUAAAAAK5m-4z53KjV4rWTk8kY4FXtHwV4"
secret: "D3kdrm7o9shsl4ZemXYKwCiQz3pvsTP/VcxiKklVPgLzIXQjrTSdxQuXaP6IPOZ0n9Ooe4osJ2xgduO7smEgXD8zcICJjvW9fRdSUdxhUdn7bwlGygA/LYqZqal9snO1rPlPIdmLdnFO19QD2Pz7UoUwcKsbwR5ZwFzmZFSwGUTaqkwlzdZe7saQ5/RM+SmhquOD+wylZSiPJW66yYGavMPmi4abn6sDfTnC7fgXlu75TtvMEEYNd2EvpjxkvzHxAzrb7u3IxqKYRkp5p0fN4rwV6tUzVmvdkDpOt4+QsmPQDFHWPoZTztuXB6WSAp9QLTyokwW7a4ZHaB4chPz7ZA=="
poll:
allowedFields: ["path"]
branch: "master"
commitMessage: "Someone just participated in a poll!"
filename: "{fields.date}_{@id}"
format: "yml"
generatedFields:
date:
type: date
options:
format: "iso8601"
moderation: false
name: "www.datascienceblog.net"
notifications:
enabled: false
path: "data/polls"
requiredFields: ["path"]
transforms:
ipAddress: "md5"
polls:
allowedFields: ["path", "pollID", "option", "ipAddress"]
branch: "master"
commitMessage: "Someone just participated in a poll!"
filename: "{fields.date}_{@id}"
format: "yml"
generatedFields:
date:
type: date
options:
format: "iso8601"
moderation: false
name: "www.datascienceblog.net"
notifications:
enabled: false
path: "data/polls"
requiredFields: ["path", "pollID", "option", "ipAddress"]
transforms:
ipAddress: "md5"