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

github.com/curttimson/hugo-theme-massively.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 14:52:07 +0300
committerGitHub <noreply@github.com>2019-01-24 14:52:07 +0300
commit3546f3d911687eb57356f92409daed9d9ceab160 (patch)
treef0142c32d24d27b2c3427212618496f14ca0dfd4
parentb8d1ba600b75e232734f91c3d2530ce3091ab003 (diff)
Remove disqus and Google Analytics from example configs (#55)4.2.2
-rw-r--r--exampleSite/config-prod.toml4
-rw-r--r--exampleSite/config.toml4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 4b8a308..f51aaf0 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -2,8 +2,8 @@ languageCode = "en-us"
title = "Massively"
baseURL = "https://hugo-theme-massively.netlify.com/"
theme = "../.."
-googleanalytics = "UA-113904582-4"
-disqusShortname = "hugo-massively"
+googleanalytics = ""
+disqusShortname = ""
# [params]
# set below parameter to define a favicon
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a06d960..a3341a0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,8 +2,8 @@ languageCode = "en-us"
title = "Massively"
baseURL = "http://localhost:1313/"
theme = "../.."
-googleanalytics = "UA-113904582-3"
-disqusShortname = "hugo-massively"
+googleanalytics = ""
+disqusShortname = ""
# [params]
# set below parameter to define a favicon
diff --git a/package-lock.json b/package-lock.json
index 1cf5b38..df45b72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
"name": "hugo-theme-massively",
- "version": "4.2.0",
+ "version": "4.2.2",
"lockfileVersion": 1
}
diff --git a/package.json b/package.json
index c7762ee..577dc01 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-massively",
- "version": "4.2.1",
+ "version": "4.2.2",
"description": "HTML5 UP theme Massively for Hugo",
"main": "index.js",
"scripts": {