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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2019-01-24 15:05:08 +0300
committerGitHub <noreply@github.com>2019-01-24 15:05:08 +0300
commit7746e4c623058fdef80365d4836364052b056af1 (patch)
tree6104faee5d0bec84683b7b33cacac154e6db6503 /exampleSite
parent68beeacbcfea4643f16027445f183e85ef9e25b5 (diff)
Remove 3rdparty example refs (#39)4.2.4
* Remove disqus and google analytics from example site * Add description of missing comments
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config-prod.toml4
-rw-r--r--exampleSite/config.toml4
-rw-r--r--exampleSite/content/blog/06-comments.md4
3 files changed, 7 insertions, 5 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 90fa1dd..9ed36eb 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -14,5 +14,5 @@ theme = "../.."
foldername = "blog"
[params.settings]
- googleanalytics = "UA-113904582-2"
- disqus = "hugo-dopetrope" \ No newline at end of file
+ googleanalytics = ""
+ disqus = "" \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f943bd4..a4fc745 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,5 +14,5 @@ theme = "../.."
foldername = "blog"
[params.settings]
- googleanalytics = "UA-113904582-1"
- disqus = "hugo-dopetrope" \ No newline at end of file
+ googleanalytics = ""
+ disqus = "" \ No newline at end of file
diff --git a/exampleSite/content/blog/06-comments.md b/exampleSite/content/blog/06-comments.md
index 6fa3771..dc1927c 100644
--- a/exampleSite/content/blog/06-comments.md
+++ b/exampleSite/content/blog/06-comments.md
@@ -9,4 +9,6 @@ author = "John Smith"
draft = false
disqusid = "6"
+++
-Example of a post with comments using Disqus. \ No newline at end of file
+Example of a post with comments using Disqus.
+
+Hugo Themes have requested that [3rd party services are disabled](https://github.com/gohugoio/hugoThemes/issues/535) on the example sites, therefore please view the markdown file for this post for the example. \ No newline at end of file