Welcome to mirror list, hosted at ThFree Co, Russian Federation.

staticman.yml « exampleSite - gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cdfc6771e2f420a3676ecb35af229ea886cc90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
comments:
  allowedFields: ["name", "email", "website", "comment", "replyThread", "replyName", "replyID"]
  branch            : "master"
  commitMessage     : "New comment from {fields.name}"
  path: "data/comments/{options.slug}"
  filename          : "comment-{@timestamp}"
  format            : "yaml"
  moderation        : true
  requiredFields    : ["name", "email", "comment"]
  transforms:
    email           : md5
  generatedFields:
    date:
      type          : "date"
      options:
        format      : "iso8601"