mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
54 lines
1.6 KiB
YAML
54 lines
1.6 KiB
YAML
# To encrypt strings use the following endpoint:
|
|
# https://api.staticman.net/v2/encrypt/{TEXT TO BE ENCRYPTED}
|
|
|
|
comments:
|
|
allowedFields: ["name", "email", "url", "message"]
|
|
allowedOrigins: ["decentralized-id.com"]
|
|
branch: "master"
|
|
commitMessage: "New comment by {fields.name}"
|
|
filename: "comment-{@timestamp}"
|
|
format: "yaml"
|
|
generatedFields:
|
|
date:
|
|
type: "date"
|
|
options:
|
|
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
|
moderation: true
|
|
|
|
# Akismet spam detection.
|
|
# akismet:
|
|
# enabled: true
|
|
# author: "name"
|
|
# authorEmail: "email"
|
|
# authorUrl: "url"
|
|
# content: "message"
|
|
# type: "comment"
|
|
|
|
name: "Decentralized-id.com"
|
|
|
|
# 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: ""
|
|
|
|
# (!) ENCRYPTED
|
|
#
|
|
# Mailgun domain (encrypted)
|
|
# domain: ""
|
|
|
|
path: "_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default)
|
|
requiredFields: ["name", "email", "message"]
|
|
transforms:
|
|
email: #md5
|
|
reCaptcha:
|
|
enabled: false
|
|
siteKey: #"6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
|
|
secret: #"PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
|