From 1ee822a6ea663ae46c7310f97c49b40fde23e3bb Mon Sep 17 00:00:00 2001 From: dzello Date: Thu, 26 Apr 2018 15:39:53 -0700 Subject: [PATCH] Try different paths for Netlify deployment --- exampleSite/config.toml | 4 ++-- netlify.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]