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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2018-07-03 12:00:51 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2018-07-03 12:04:00 +0300
commitbfa363c66726251282d84ae0cfd7b4e531c7334c (patch)
tree8307a70ca09526c20de9d38d67f37a68d873af16
parent0e5d2c40e7c18d5a4e04742399c3a1844edccc91 (diff)
Add Google Analytics guide
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c47382..3941570 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,14 @@ For more information read the official guide: [Install and Use Themes](https://g
## Usage
+### Use Google Analytics
+
+This theme includes Hugo [internal template](https://gohugo.io/templates/internal/) for Google Analytics tracking. Provide your tracking ID in your configuration file to use it:
+
+```toml
+googleAnalytics = "UA-123-45"
+```
+
### Custom navbar
```toml