From d1a82df5dde5332946a130972add65eecff3b769 Mon Sep 17 00:00:00 2001
From: rdhox <36813150+rdhox@users.noreply.github.com>
Date: Mon, 02 Jul 2018 16:21:12 +0000
Subject: [PATCH] edit README file to make disqus config working (#43)
---
README.md | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9b282cc..724ccee 100644
--- a/README.md
+++ b/README.md
@@ -33,14 +33,14 @@
pygmentscodefences = true # Enable code fence background highlighting.
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
+disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
+
[params] # theme parameters
author = "John Doe" # Author's name.
info = "Full Stack DevOps and Magician" # Author's job title or info.
description = "John Doe's personal website" # Site description.
keywords = "blog,developer,personal" # Site keywords.
- disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
-
# Whether you want to hide copyright and credits in the footer.
hideCredits = false
hideCopyright = false
--
Gitblit v1.10.0