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>2020-01-11 18:12:21 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-01-11 18:12:21 +0300
commit456691a6c93aed8ba359a66024aad0ea596bd35e (patch)
tree5c5b83177dfc693a621a1b60f4088fcc89450ad2
parent6dd40e8aaa50a062bbecdd950428d585b5965d26 (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 50d43f9..2119d71 100644
--- a/Customization.md
+++ b/Customization.md
@@ -85,4 +85,14 @@ 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
+UA-123-45 is your Google Analytics code. Please modify it to your own Analytics code.
+
+## Add Google Site Verification
+
+Please add this line to your site's "config.toml":
+
+```
+googleSiteVerification = "xxxx-xxxx"
+```
+
+xxxx-xxxx is your Google Site Verification code. Please modify it to your own code. \ No newline at end of file