From 35bb658973904829085a5f71012ecc92f10e2d03 Mon Sep 17 00:00:00 2001
From: budparr <budparr@gmail.com>
Date: Mon, 09 Apr 2018 16:31:52 +0000
Subject: [PATCH] Update README

---
 README.md |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a2de45b..025df39 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,11 @@
 
 - Responsive
 - Accessible
-- Contact form
+- Contact form 
 - Custom Robots.txt (changes values based on environment)
-- Internal templates for meta data and google analytics
+- Internal templates for meta data, google analytics, and DISQUS comments
 - RSS Discovery
+- Table of Contents (must declare `toc: true` in post parameter)
 
 Also includes examples of Hugo Features or Functions:
 
@@ -21,6 +22,7 @@
 - Taxonomies
 - Archetypes
 - Custom shortcode
+- Related content
 - Hugo built-in menu
 - `with`
 - `HUGO_ENV`
@@ -66,6 +68,12 @@
 You may need to delete the line: `themesDir = "../.."`
 
 
+### Add comments
+
+To enable DISQUS comments, add `disqusShortname = YOURSHORTNAME` to your config file.
+
+
+
 ### Change the hero background
 
 For any page or post you can add a featured image by including the local path in front matter (see content in the ExampleSite folder for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'`

--
Gitblit v1.10.0