diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 69895f5..8de56ff 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,8 +1,8 @@ baseURL = "https://reveal-hugo.netlify.com/" languageCode = "en-us" title = "A Hugo theme for creating Reveal.js presentations" -theme = "reveal-hugo" -themesDir = "../../" +theme = "." +themesDir = "../" [author] name = "Josh Dzielak" diff --git a/netlify.toml b/netlify.toml index 9171dca..42423a9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] -command = "hugo -s exampleSite -d ../public" +command = "hugo -s exampleSite -d ../public --themesDir ../../" publish = "public" [context.production.environment]