diff options
author | amzrk2 | 2020-04-15 16:19:19 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-15 16:19:19 +0800 |
commit | b4e6be8688ec5b41e27c3d0977a5831315740f32 (patch) | |
tree | d4e514c3de0a09cac11ca99152446d3001e5554b /exampleSite | |
parent | edb8d453c866afcfc841e744535015f6d139a7cd (diff) | |
download | hugo-theme-fuji-b4e6be8688ec5b41e27c3d0977a5831315740f32.tar.gz hugo-theme-fuji-b4e6be8688ec5b41e27c3d0977a5831315740f32.tar.bz2 hugo-theme-fuji-b4e6be8688ec5b41e27c3d0977a5831315740f32.zip |
Remove taxonomyTerm using disableKinds
Diffstat (limited to 'exampleSite')
-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" |