From 7978d5fa5085ba1930fb85a8735ad24d919d9961 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Mon, 23 Nov 2020 21:44:35 +0100 Subject: Add fix from #6 --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 602ea15..3541a4d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ title = "Researcher" baseURL = "https://example.com" theme = "researcher" -disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"] +disableKinds = ["taxonomy", "term"] enableEmoji = true math = false # enable KaTeX (https://katex.org/) globally -- cgit v1.2.3