diff --git a/.gitignore b/.gitignore index 710adc9..06404a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ exampleSite/public exampleSite/_gen -.hugo_build.lock \ No newline at end of file +exampleSite/.hugo_build.lock \ No newline at end of file diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c998416..bb2535e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,5 @@ DefaultContentLanguage = "en" -baseURL = "https://Hugo-Doodle.netlify.com" +baseURL = "https://Hugo-Doodle.netlify.app" copyright = "Copyright © 2008-2019, Steve Francia and the Hugo Authors; all rights reserved." enableInlineShortcodes = true languageCode = "en-us" @@ -9,7 +9,6 @@ title = "Hugo-Doodle" # See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456 ignoreErrors = ["error-remote-getjson"] theme = "Hugo-Doodle" -themesdir = "../.." [author] email = "John Doe@example.com" diff --git a/netlify.toml b/netlify.toml index 2c96036..0f3ff11 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] -command = "hugo -s exampleSite --minify --gc" +command = "hugo -s exampleSite --minify --gc --themesDir ../.." publish = "exampleSite/public" [build.environment] HUGO_BASEURL = "https://Hugo-Doodle.netlify.app"