Disable comments

This commit is contained in:
Michael Rose 2018-11-25 22:11:05 -05:00
parent e954039b13
commit edaf61b3ef
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ teaser : # path of fallback teaser image, e.g. "/assets/images
# breadcrumbs : false # true, false (default) # breadcrumbs : false # true, false (default)
words_per_minute : 200 words_per_minute : 200
comments: comments:
provider : "staticman_v2" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman_v2", "staticman", "utterances", "custom" provider : "false" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman_v2", "staticman", "utterances", "custom"
disqus: disqus:
shortname : shortname :
discourse: discourse:
@ -36,7 +36,7 @@ comments:
theme : # "github-light" (default), "github-dark" theme : # "github-light" (default), "github-dark"
staticman: staticman:
allowedFields : # ['name', 'email', 'url', 'message'] allowedFields : # ['name', 'email', 'url', 'message']
branch : "master" branch : # "master"
commitMessage : # "New comment by {fields.name}" commitMessage : # "New comment by {fields.name}"
filename : # comment-{@timestamp} filename : # comment-{@timestamp}
format : # "yml" format : # "yml"
@ -52,8 +52,8 @@ staticman:
format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance
reCaptcha: reCaptcha:
siteKey : "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q" siteKey : # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
secret : "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=" secret : # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
atom_feed: atom_feed:
path : # blank (default) uses feed.xml path : # blank (default) uses feed.xml

View file

@ -9,4 +9,4 @@ tags:
- layout - layout
--- ---
This post should display comments. This post should display comments if a `provider` is enabled.