chore: add Netlify config to build demo site

This commit is contained in:
George Cushen 2019-01-29 13:48:43 +00:00
commit a19b8b8883

View file

@ -1,8 +1,9 @@
[build]
command = "hugo --themesDir ../../ -t repo"
command = "hugo --themesDir ../../"
base = "exampleSite"
publish = "exampleSite/public"
HUGO_VERSION = "0.53"
HUGO_THEME="repo"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]