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

github.com/bul-ikana/hugo-cards.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Aguirre <hugo.agmtz@gmail.com>2021-11-01 02:26:10 +0300
committerHugo Aguirre <hugo.agmtz@gmail.com>2021-11-01 02:26:10 +0300
commit0e14929f4d2a7e0489d83b41a633d1a82ee9b7b2 (patch)
treec9a7cccf55d838c067feb187af1988fd2ff94ffb
parent97e18b80556e37ed6efcc9969d41b87e84389372 (diff)
Update docsupdate-ga-docs
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml5
2 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 328f188..10fe3d5 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ The title of the like box. This text will be shown while the box is loading.
### Tracking and comments
#### analytics
-The Google Analytics tracking ID supporting both Universal Analytics and GA4
+The Google Analytics tracking ID supporting both Universal Analytics and GA4. Universal Anylitics will be used by default, unless`params.analytics.type` is set as `GA4`.
#### disqus
The disqus_thread ID
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b134895..b649bc3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,13 +20,12 @@ paginate = 6
fbPageUrl = ""
fbPageTitle = ""
- analytics = ""
disqus = ""
-
+
custom_css = ["css/custom.css"]
[params.analytics]
- type=""
+ type="UA"
trackingID = ""
[params.copyright]