Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbadele <bruno@adele.im>2017-11-18 00:57:41 +0300
committerbadele <bruno@adele.im>2017-11-18 00:57:41 +0300
commit8a0d06525df5eb946022622547be7a3cddf83a14 (patch)
tree0d846761d0314c129e9eb03d01ff1bd622814674 /README.md
parent7cdd0e0b3d986af12079c0f37d069fbe2713ab16 (diff)
Add staticman support (static comments coupled with Github pull request)
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3de9dd3..47cdbfb 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,21 @@ Client side highlighting does not require pygments to be installed. This current
To use this feature, uncomment and fill out the `disqusShortname` parameter in `config.toml`.
+### Staticman support
+
+Add *staticman* configuration section in `config.toml` or `config.yaml`
+
+Sample configuration
+
+```
+ staticman:
+ api: https://api.staticman.net/v2/entry/badele/blog.jesuislibre.org/master/comments
+ pulls: https://github.com/badele/blog.jesuislibre.org/pulls
+ recaptcha:
+ sitekey: "6LeGeTgUAAAAAAqVrfTwox1kJQFdWl-mLzKasV0v"
+ secret: "hsGjWtWHR4HK4pT7cUsWTArJdZDxxE2pkdg/ArwCguqYQrhuubjj3RS9C5qa8xu4cx/Y9EwHwAMEeXPCZbLR9eW1K9LshissvNcYFfC/b8KKb4deH4V1+oqJEk/JcoK6jp6Rr2nZV4rjDP9M7nunC3WR5UGwMIYb8kKhur9pAic="
+```
+
### Google Analytics
To add Google Analytics, simply sign up to [Google Analytics](http://www.google.com/analytics/) to obtain your Google Tracking ID, and add this tracking ID to the `googleAnalytics` parameter in `config.toml`.