feat: add netlify build config

This commit is contained in:
Vivek R 2019-04-20 00:47:22 +05:30
parent 3e2648b386
commit e890d56aff
1 changed files with 8 additions and 0 deletions

8
netlify.toml Normal file
View File

@ -0,0 +1,8 @@
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.51"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"