aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-08-02 21:51:12 +0200
committerOlivier Roques <olivier@oroques.dev>2020-08-02 21:51:12 +0200
commit84a3d83bc8633a6c67d3aaf3e0204433c3fea184 (patch)
tree23d3258746f33dd7ce578799a1f3767bfd198bf3
parent8ae98184e640112d7d817c68ac1bd0889d3fafbe (diff)
Update config
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml1
-rw-r--r--theme.toml2
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"