diff options
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9e7c4d5..795d412 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,7 +4,7 @@ languageCode = "zh-Hans" theme = "fuji" hasCJKLanguage = true -disableKinds = ["RSS"] +disableKinds = ["RSS", "taxonomyTerm"] summaryLength = 100 # Custom cummary length, add <!--more--> in post file to custom split point paginate = 10 @@ -15,6 +15,9 @@ paginate = 10 [params] subTitle = "This is a Sub Title" + # Posts shown in homepage + mainSections = ["post"] + # Google Analytics googleAnalyticsUA = "UA-000000000-0" |