diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 08dd35e..b07ad84 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -7,7 +7,7 @@ useFaviconGenerator = true # https://www.favicon-generator.org/ meta_image = "" themecolor = "" -themeOptions = ["dark", "light", "hacker", "solarized", "kimbie"] +themeOptions = ["dark", "light", "hacker", "solarized", "kimbie", "gruv"] notAllowedTypesInHome = ["contact", "talks", "about", "showcase", "publication", "presentation", "resume"] notAllowedTypesInHomeSidebar = ["about", "archive", "showcase", "publication", "presentation", "resume"] notAllowedTypesInArchive = ["about", "talks", "showcase", "publication", "presentation", "resume"]