From 8311b744086ff2f84e869ee368eda605b1f4f8a9 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Tue, 26 Nov 2019 00:00:16 +0800 Subject: Updated Customization (markdown) --- Customization.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3