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

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Customization.md')
-rw-r--r--Customization.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/Customization.md b/Customization.md
index 5d5339d..7599369 100644
--- a/Customization.md
+++ b/Customization.md
@@ -57,4 +57,14 @@ A more detailed description of the posts' meta data is [here](https://github.com
### Disable it globally
Please remove the settings item referred in "Add comment area".
-The comment area will not be shown. \ No newline at end of file
+The comment area will not be shown.
+
+## Add Google Analytics
+
+Please add this line to your site's "config.toml":
+
+```
+googleAnalytics = "UA-123-45"
+```
+
+UA-123-45 is your Google Analytics code. Please modify it to your own Analytics code. \ No newline at end of file