diff --git a/docs/_config.yml b/docs/_config.yml index cbe72384..5e90fd95 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,7 +22,7 @@ teaser : # path of fallback teaser image, e.g. "/assets/images # breadcrumbs : false # true, false (default) words_per_minute : 200 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: shortname : discourse: @@ -36,7 +36,7 @@ comments: theme : # "github-light" (default), "github-dark" staticman: allowedFields : # ['name', 'email', 'url', 'message'] - branch : "master" + branch : # "master" commitMessage : # "New comment by {fields.name}" filename : # comment-{@timestamp} format : # "yml" @@ -52,8 +52,8 @@ staticman: format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" endpoint : # URL of your own deployment with trailing slash, will fallback to the public instance reCaptcha: - siteKey : "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q" - secret : "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=" + siteKey : # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q" + secret : # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=" atom_feed: path : # blank (default) uses feed.xml diff --git a/docs/_posts/2012-01-02-layout-comments.md b/docs/_posts/2012-01-02-layout-comments.md index cf697b80..c138699c 100644 --- a/docs/_posts/2012-01-02-layout-comments.md +++ b/docs/_posts/2012-01-02-layout-comments.md @@ -9,4 +9,4 @@ tags: - layout --- -This post should display comments. \ No newline at end of file +This post should display comments if a `provider` is enabled. \ No newline at end of file