From b4e6be8688ec5b41e27c3d0977a5831315740f32 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 15 Apr 2020 16:19:19 +0800 Subject: Remove taxonomyTerm using disableKinds --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'exampleSite') 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 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" -- cgit v1.2.3