Locate Netlify-specific params in netlify.toml

This commit is contained in:
dzello 2018-04-26 15:42:20 -07:00
parent 1ee822a6ea
commit a3ac10926d
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
baseURL = "https://reveal-hugo.netlify.com/"
languageCode = "en-us"
title = "A Hugo theme for creating Reveal.js presentations"
theme = "."
themesDir = "../"
[author]
name = "Josh Dzielak"

View File

@ -1,5 +1,5 @@
[build]
command = "hugo -s exampleSite -d ../public --themesDir ../../"
command = "hugo -s exampleSite -d ../public --themesDir '../' --theme '.'"
publish = "public"
[context.production.environment]