mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-16 19:14:33 -05:00
try trim
This commit is contained in:
parent
fb3f3cc901
commit
a6f430c81a
@ -41,8 +41,6 @@ staticman:
|
|||||||
moderation : true
|
moderation : true
|
||||||
path : "_data/comments/{options.slug}"
|
path : "_data/comments/{options.slug}"
|
||||||
requiredFields : ["name", "message"]
|
requiredFields : ["name", "message"]
|
||||||
transforms:
|
|
||||||
email : "md5"
|
|
||||||
generatedFields:
|
generatedFields:
|
||||||
date:
|
date:
|
||||||
type: "date"
|
type: "date"
|
||||||
@ -50,7 +48,7 @@ staticman:
|
|||||||
format: "timestamp-seconds" #"timestamp-milliseconds"
|
format: "timestamp-seconds" #"timestamp-milliseconds"
|
||||||
endpoint : https://identosphere.net/staticman/v2/entry/
|
endpoint : https://identosphere.net/staticman/v2/entry/
|
||||||
reCaptcha:
|
reCaptcha:
|
||||||
siteKey : 6LfHeawUAAAAAATc0Sckhl9FJLGog3m7qLrYA8V0
|
siteKey: 6LfHeawUAAAAAATc0Sckhl9FJLGog3m7qLrYA8V0
|
||||||
secret : jG+tpXA7GdYSuIT/rcr5pyy9GG/ZP6808NE8SS+/ggGZ0Si0/uelJpZuElRrIITjfB7YjW6+MyWEBM/q/BFWQqRfkpCZ0RK5AETrx/awrvKSlCVCQfpN20MFpu54yFgkyj82umuoxOyiVczwUnkD8Sav0cXESbllHgC+2J2hw6nOYQ+ZnOFL4J4m3yoABhyGpKnhzw7enmaAm+pbxPXyLhjj9+LiRqGLWNUYOt+yOuo/i1aeE8p0lYwdESVoetkuNfKf1Q13Vs/KSPGceVXWLJAf7mDlwCf8wGrAZzCGAd9GQJM3KjliB+0hGOWs9X01+PdUr6ZeeGrAFjBERZXpTPdJmHDBmUNnX5Tdvhq9uU4I3NcZveIg5FyjLe4nMG30ha/hALW4KLvspzCL8nYWpFl27RTqN6v735xcBgcfVR4JPfInb91/EtAFe3gyM3BCe3enuiezGDZsqCn+glQZ7adeOrCaZ0pLG+FmL7WXR2QsSfq70biUp6uLZtGfJ4W9I9DIezbj3Z/ltJRFVTmWHGp3g4/2LAcsDLMfyR4QLVkcgqQjuAbYk3ItPNuLPAVV6mbHKvBmyoyimT1SpPWgu6uJCRkCyU90DMsBK/xNzhep9ljp73qV2B3qHvFqHIKKzYEoA2rtQexTsRWxf+20axauwWO/DdpcOqOQC8mUqBE=
|
secret : jG+tpXA7GdYSuIT/rcr5pyy9GG/ZP6808NE8SS+/ggGZ0Si0/uelJpZuElRrIITjfB7YjW6+MyWEBM/q/BFWQqRfkpCZ0RK5AETrx/awrvKSlCVCQfpN20MFpu54yFgkyj82umuoxOyiVczwUnkD8Sav0cXESbllHgC+2J2hw6nOYQ+ZnOFL4J4m3yoABhyGpKnhzw7enmaAm+pbxPXyLhjj9+LiRqGLWNUYOt+yOuo/i1aeE8p0lYwdESVoetkuNfKf1Q13Vs/KSPGceVXWLJAf7mDlwCf8wGrAZzCGAd9GQJM3KjliB+0hGOWs9X01+PdUr6ZeeGrAFjBERZXpTPdJmHDBmUNnX5Tdvhq9uU4I3NcZveIg5FyjLe4nMG30ha/hALW4KLvspzCL8nYWpFl27RTqN6v735xcBgcfVR4JPfInb91/EtAFe3gyM3BCe3enuiezGDZsqCn+glQZ7adeOrCaZ0pLG+FmL7WXR2QsSfq70biUp6uLZtGfJ4W9I9DIezbj3Z/ltJRFVTmWHGp3g4/2LAcsDLMfyR4QLVkcgqQjuAbYk3ItPNuLPAVV6mbHKvBmyoyimT1SpPWgu6uJCRkCyU90DMsBK/xNzhep9ljp73qV2B3qHvFqHIKKzYEoA2rtQexTsRWxf+20axauwWO/DdpcOqOQC8mUqBE=
|
||||||
|
|
||||||
atom_feed:
|
atom_feed:
|
||||||
|
@ -14,38 +14,9 @@ comments:
|
|||||||
options:
|
options:
|
||||||
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
||||||
moderation: true
|
moderation: true
|
||||||
|
|
||||||
# Akismet spam detection.
|
|
||||||
# akismet:
|
|
||||||
# enabled: true
|
|
||||||
# author: "name"
|
|
||||||
# authorEmail: "email"
|
|
||||||
# authorUrl: "url"
|
|
||||||
# content: "message"
|
|
||||||
# type: "comment"
|
|
||||||
|
|
||||||
name: "Decentralized-id.com"
|
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)
|
path: "_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default)
|
||||||
requiredFields: ["name", "email", "message"]
|
requiredFields: ["name", "email", "message"]
|
||||||
|
|
||||||
reCaptcha:
|
reCaptcha:
|
||||||
enabled: true
|
enabled: true
|
||||||
siteKey: 6LfHeawUAAAAAATc0Sckhl9FJLGog3m7qLrYA8V0
|
siteKey: 6LfHeawUAAAAAATc0Sckhl9FJLGog3m7qLrYA8V0
|
||||||
|
Loading…
Reference in New Issue
Block a user