summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-04-15 16:19:19 +0800
committeramzrk22020-04-15 16:19:19 +0800
commitb4e6be8688ec5b41e27c3d0977a5831315740f32 (patch)
treed4e514c3de0a09cac11ca99152446d3001e5554b /exampleSite
parentedb8d453c866afcfc841e744535015f6d139a7cd (diff)
downloadhugo-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.toml5
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"