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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalin Tataru <calintat@gmail.com>2017-08-22 17:40:51 +0300
committerCalin Tataru <calintat@gmail.com>2017-08-22 17:40:51 +0300
commit80930f757413b03cde2ffafd574a1d2482e4afd6 (patch)
tree3871c07308a12ee89578e623a30df047a2095a40
parent33fabfb3369728589d7c779f8a83eb78db1ad865 (diff)
Added disqus to config of example site
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 300e50d..ab5db12 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,7 @@ baseURL = "http://example.com/"
languageCode = "en-us"
title = "Minimal"
theme = "minimal"
+disqusShortname = "username" # delete this to disable disqus comments
[params]
author = "Calin Tataru"