-
Notifications
You must be signed in to change notification settings - Fork 5
/
staticman.yml
33 lines (30 loc) · 1.05 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
specialist:
allowedFields: ["name", "email", "website", "twitter", "github", "gitlab", "linkedin", "affiliation", "area", "country", "reason"]
branch: "main"
commitMessage: "Suggested new specialist from OKF network"
filename: "entry-{@timestamp}"
format: "yaml"
generatedFields:
date:
type: date
options:
format: "timestamp-seconds"
moderation: true
name: "OKF Network"
path: "data/specialists/{options.slug}"
requiredFields: ["name", "email", "affiliation", "area", "country", "reason"]
project:
allowedFields: ["name", "description", "organisation_email", "organisation_website", "country", "languages", "link"]
branch: "main"
commitMessage: "Add new project from OKF network"
filename: "entry-{@timestamp}"
format: "yaml"
generatedFields:
date:
type: date
options:
format: "timestamp-seconds"
moderation: true
name: "OKF Network"
path: "data/projects/{options.slug}"
requiredFields: ["name", "description", "organisation_email", "organisation_website", "country", "languages", "link"]