Try different paths for Netlify deployment
This commit is contained in:
parent
71f9d035ec
commit
1ee822a6ea
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
command = "hugo -s exampleSite -d ../public"
|
||||
command = "hugo -s exampleSite -d ../public --themesDir ../../"
|
||||
publish = "public"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
Loading…
Reference in New Issue