diff options
author | Olivier Roques <olivier@oroques.dev> | 2020-11-23 21:44:35 +0100 |
---|---|---|
committer | Olivier Roques <olivier@oroques.dev> | 2020-11-23 21:44:35 +0100 |
commit | 7978d5fa5085ba1930fb85a8735ad24d919d9961 (patch) | |
tree | e424725e951f1751d471cf64fca98d9105e94f05 | |
parent | 5932c9799566a621572c8cd96697a8005e5e0bb7 (diff) |
Add fix from #6
-rw-r--r-- | exampleSite/config.toml | 2 |
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 |