From a460bf8838987df08acea5c8f906a26015489224 Mon Sep 17 00:00:00 2001
From: Kirill K <agrrh@users.noreply.github.com>
Date: Sun, 09 Jun 2019 19:46:06 +0000
Subject: [PATCH] Add commento (#178)

---
 README.md |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 435db6a..a4ece69 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@
 
 - Responsive
 - Accessible
-- Contact form 
+- Contact form
 - Custom Robots.txt (changes values based on environment)
-- Internal templates for meta data, google analytics, and DISQUS comments
+- Internal templates for meta data, google analytics, and DISQUS or COMMENTO comments
 - RSS Discovery
 - Table of Contents (must declare `toc: true` in post parameter)
 
@@ -71,9 +71,14 @@
 
 ### Add comments
 
-To enable DISQUS comments, add `disqusShortname = YOURSHORTNAME` to your config file.
+To enable comments, add following to your config file:
 
-
+- DISQUS: `disqusShortname = YOURSHORTNAME`
+- COMMENTO:
+  ```
+  [params]
+    commentoEnable = true`
+  ```
 
 ### Change the hero background
 

--
Gitblit v1.10.0