summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorDSRKafuU2020-04-18 19:28:31 +0800
committerGitHub2020-04-18 19:28:31 +0800
commitaaa441e5f2e065ebcf1e645f7924e9ef28b8d242 (patch)
treece30aaaddf497c398f89f7fd79f2e825b2b9d771 /exampleSite/config.toml
parent7ca4f16d5789b56495dba7fe5f73bb5306094fd1 (diff)
parentba71698c693b29d0fec736864975adae8508e6e5 (diff)
downloadhugo-theme-fuji-aaa441e5f2e065ebcf1e645f7924e9ef28b8d242.tar.gz
hugo-theme-fuji-aaa441e5f2e065ebcf1e645f7924e9ef28b8d242.tar.bz2
hugo-theme-fuji-aaa441e5f2e065ebcf1e645f7924e9ef28b8d242.zip
Merge pull request #4 from amzrk2/dev
Merge branch "dev" into "master"
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6b7e189..8a39090 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -13,6 +13,9 @@ languageCode = "en"
summaryLength = 100 # Custom cummary length, add <!--more--> in post file to custom split point
paginate = 10
+# Set your Google Analytics UA here, or comment out to disable
+# googleAnalytics = "UA-000000000-0"
+
[permalinks]
post = "/:filename/" # Custom post links, e.g. "/:year/:month/:title/"
@@ -28,9 +31,6 @@ paginate = 10
# Posts shown in homepage
mainSections = ["post"]
- # Google Analytics
- googleAnalyticsUA = "UA-000000000-0"
-
# Bangumi image chart id
# bgmImageChart = "000000"