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:
authorRise <8315221+AmazingRise@users.noreply.github.com>2019-11-25 19:00:16 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2019-11-25 19:00:16 +0300
commit8311b744086ff2f84e869ee368eda605b1f4f8a9 (patch)
treeca0f584d442776fedc2191223cdc3d1a18f2bb84
parent904ffa2c0c802ea2115e3b0a71cba6645afc7367 (diff)
Updated Customization (markdown)
-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