mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-17 03:24:37 -05:00
accept
This commit is contained in:
parent
c5a8537a1a
commit
1dc9ef73a5
37
_config.yml
37
_config.yml
@ -30,27 +30,27 @@ masthead_title : "Resources for Creating a Vendor Agnostic, User-Contr
|
||||
# breadcrumbs : false # true, false (default)
|
||||
words_per_minute : 200
|
||||
comments:
|
||||
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom"
|
||||
provider : # "staticman_v2"
|
||||
staticman:
|
||||
allowedFields : # ['name', 'email', 'url', 'message']
|
||||
branch : # "master"
|
||||
commitMessage : # "New comment by {fields.name}"
|
||||
filename : # comment-{@timestamp}
|
||||
format : # "yml"
|
||||
moderation : # true
|
||||
path : # "/_data/comments/{options.slug}" (default)
|
||||
requiredFields : # ['name', 'email', 'message']
|
||||
allowedFields : ["name", "email", "url", "message"]
|
||||
repository : didecentral/decentralized-id.com
|
||||
branch : "master"
|
||||
commitMessage : "New comment by {fields.name}"
|
||||
filename : comment-{@timestamp}
|
||||
format : "yml"
|
||||
moderation : true
|
||||
path : "_data/comments/{options.slug}"
|
||||
requiredFields : ["name", "email", "message"]
|
||||
transforms:
|
||||
email : # "md5"
|
||||
email : "md5"
|
||||
generatedFields:
|
||||
date:
|
||||
type : # "date"
|
||||
type: "date"
|
||||
options:
|
||||
format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
||||
endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance
|
||||
reCaptcha:
|
||||
siteKey :
|
||||
secret :
|
||||
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
||||
endpoint : # https://staticman3.herokuapp.com/v3/entry/github/
|
||||
reCaptcha:
|
||||
siteKey:
|
||||
atom_feed:
|
||||
path : # blank (default) uses feed.xml
|
||||
search : true
|
||||
@ -75,7 +75,7 @@ naver_site_verification :
|
||||
# Social Sharing
|
||||
twitter:
|
||||
username : "infominer33"
|
||||
site: decentralized-id.com
|
||||
site: "didecentral"
|
||||
# description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
||||
# image : "https://decentralized-id.com/images/IDecentralized.png"
|
||||
facebook:
|
||||
@ -119,9 +119,6 @@ author:
|
||||
- label: "Discord"
|
||||
icon: "fab fa-fw fa-discord"
|
||||
url: "https://discord.gg/eYm2XvZ"
|
||||
#- label: "Telegram"
|
||||
icon: #"fab fa-fw fa-telegram"
|
||||
url: #"https://t.me/InfoMiner33"
|
||||
# https://fontawesome.com/icons/telegram?style=brands
|
||||
# Just go to fontawesome.com and add whatever social sites you need here.
|
||||
|
||||
|
@ -61,7 +61,7 @@ comments:
|
||||
# type: "comment"
|
||||
|
||||
# Name of the site. Used in notification emails.
|
||||
# name: "Your Site"
|
||||
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
|
||||
@ -83,7 +83,7 @@ comments:
|
||||
# (*) REQUIRED
|
||||
#
|
||||
# Destination path (directory) for the data files. Accepts placeholders.
|
||||
path: "docs/_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default)
|
||||
path: "_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default)
|
||||
|
||||
# Names of required files. If any of these isn't in the request or is empty,
|
||||
# an error will be thrown.
|
||||
@ -97,8 +97,8 @@ comments:
|
||||
# reCaptcha
|
||||
# Register your domain at https://www.google.com/recaptcha/ and choose reCAPTCHA V2
|
||||
reCaptcha:
|
||||
enabled: true
|
||||
siteKey: "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
|
||||
enabled: false
|
||||
siteKey: ""
|
||||
# Encrypt reCaptcha secret key using Staticman /encrypt endpoint
|
||||
# For more information, https://staticman.net/docs/encryption
|
||||
secret: "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
|
||||
secret: ""
|
||||
|
Loading…
Reference in New Issue
Block a user