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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2021-03-31 18:11:59 +0300
committergurusabarish <gurusabarisha@gmail.com>2021-03-31 18:11:59 +0300
commit17bd78c171cbfd8ac014febaf4332934b8140f46 (patch)
treeb63a07c3e85d515604c1e5775d98d82d4fe1f35d
parent5cf6c5474b942bed4a4e2149dfda1aab88d796a3 (diff)
updated the config file
-rw-r--r--exampleSite/config.yaml4
-rw-r--r--netlifysite/config.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 1bf6e42..1718351 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -2,8 +2,8 @@ baseURL: "https://example.com"
languageCode: "en-us"
title: "Hugo-profile"
-googleanalytics: UA-167646412-8
-disqusShortname: gurusabarish
+googleanalytics: UA-XXXXX-X
+disqusShortname:
Paginate: 3
taxonomies:
diff --git a/netlifysite/config.yaml b/netlifysite/config.yaml
index da7b5f7..070f8ea 100644
--- a/netlifysite/config.yaml
+++ b/netlifysite/config.yaml
@@ -1,4 +1,4 @@
-baseURL: "https://example.com"
+baseURL: "https://hugo-profile.netlify.app"
languageCode: "en-us"
title: "Hugo-profile"