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:
-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