Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exampleSite/public
exampleSite/_gen
.hugo_build.lock
exampleSite/.hugo_build.lock
Empty file removed exampleSite/.hugo_build.lock
Empty file.
3 changes: 1 addition & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down