mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 05:53:32 +02:00
Try different paths for Netlify deployment
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
baseURL = "https://reveal-hugo.netlify.com/"
|
baseURL = "https://reveal-hugo.netlify.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "A Hugo theme for creating Reveal.js presentations"
|
title = "A Hugo theme for creating Reveal.js presentations"
|
||||||
theme = "reveal-hugo"
|
theme = "."
|
||||||
themesDir = "../../"
|
themesDir = "../"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Josh Dzielak"
|
name = "Josh Dzielak"
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[build]
|
[build]
|
||||||
command = "hugo -s exampleSite -d ../public"
|
command = "hugo -s exampleSite -d ../public --themesDir ../../"
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|||||||
Reference in New Issue
Block a user