From 84a3d83bc8633a6c67d3aaf3e0204433c3fea184 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 2 Aug 2020 21:51:12 +0200 Subject: Update config --- README.md | 2 +- exampleSite/config.toml | 1 + theme.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed035a2..acd0b67 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ the Jekyll theme [ankitsultana/researcher](https://github.com/ankitsultana/resea ## Installation Add the theme to your site's `themes` directory: ```bash -mkdir themes # if the themes folder does not exist +mkdir themes # if the themes folder does not exist yet git clone https://github.com/ojroques/hugo-researcher themes/researcher ``` diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cd2e81f..e794482 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,7 @@ title = "Researcher" baseURL = "https://example.com" theme = "researcher" +disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"] enableEmoji = true [params] diff --git a/theme.toml b/theme.toml index 92e89f5..e516095 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A simple monospaced resume theme for Hugo." tags = ["blog", "bootstrap", "clean", "minimal", "personal", "responsive", "resume", "simple"] features = ["bootstrap", "responsive", "simple"] homepage = "https://github.com/ojroques/hugo-researcher" -min_version = "0.42.0" +min_version = "0.74.3" [author] name = "Olivier Roques" -- cgit v1.2.3