-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstaticman.yml
More file actions
31 lines (22 loc) · 780 Bytes
/
staticman.yml
File metadata and controls
31 lines (22 loc) · 780 Bytes
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
comments:
allowedFields: ["message", "name", "email", "website", "parent", "quote"]
requiredFields: ["message", "name"]
format: "yaml"
transforms:
email: md5
name: "lisandroct.com"
allowedOrigins: ["lisandroct.com"]
branch: "master"
commitMessage: "New comment"
generatedFields:
date:
type: "date"
options:
format: "iso8601"
moderation: false
reCaptcha:
enabled: true
siteKey: "6Le1GDkUAAAAAIL1mWQaHx3uapvh_ek2Gjpz4Fpn"
secret: "QYZHb1y4/fYu7zbUO8HIK2HJplQAqBgYdao/BXJfbF4Ywwm8OpCmQhR56sGtMjan4kytj84AOF87kNpwu1Mb7Oppgj3xIX9q0k08bQxEOPGV5Z0MXRcteT1EUm4WYOb2j80r1pOkG7qZ32y3tEakCQqvT7pHjus18kOT4MhzhKI="
path: "_data/comments/{options.slug}"
filename: "{options.slug}-{@timestamp}"