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
parent68beeacbcfea4643f16027445f183e85ef9e25b5 (diff)
Remove 3rdparty example refs (#39)4.2.4
* Remove disqus and google analytics from example site * Add description of missing comments
-rw-r--r--exampleSite/config-prod.toml4
-rw-r--r--exampleSite/config.toml4
-rw-r--r--exampleSite/content/blog/06-comments.md4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 9 insertions, 7 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
diff --git a/package-lock.json b/package-lock.json
index 8f2e9bf..fdcfd92 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
"name": "hugo-theme-dopetrope",
- "version": "4.2.3",
+ "version": "4.2.4",
"lockfileVersion": 1
}
diff --git a/package.json b/package.json
index f86204b..0e8cdc2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-dopetrope",
- "version": "4.2.3",
+ "version": "4.2.4",
"description": "Hugo Theme Dopetrope",
"main": "index.js",
"scripts": {