diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | exampleSite/config.toml | 1 | ||||
-rw-r--r-- | theme.toml | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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] @@ -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" |