Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-11-23 23:44:35 +0300
committerOlivier Roques <olivier@oroques.dev>2020-11-23 23:44:35 +0300
commit99c55f11a62992eea5f37fb1d68e43b4b4be64ba (patch)
treee424725e951f1751d471cf64fca98d9105e94f05
parent1164ff7fc828c7d3cfa91c8f6e538d4d5ac45ffb (diff)
Add fix from #6
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
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