diff options
author | amzrk2 | 2020-04-15 13:19:34 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-15 13:19:34 +0800 |
commit | 10b5414837fc272b73922e01d2fe24ddd5080293 (patch) | |
tree | d03988e96458bd11e5facfc6d17548151eb345ec /exampleSite | |
parent | da6c84ca4d0e9f56c0d72e6c01c07df94698e216 (diff) | |
download | hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.tar.gz hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.tar.bz2 hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.zip |
Google Analytics support
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1c7e770..62fceb9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -15,6 +15,9 @@ paginate = 10 [params] subTitle = "This is a Sub Title" + # Google Analytics + googleAnalyticsUA = "UA-000000000-0" + # Bangumi image chart id # bgmImageChart = "000000" |