Skip to content

Commit

Permalink
feat: add netlify build config
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed Apr 19, 2019
1 parent 3e2648b commit e890d56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -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 = "/"

0 comments on commit e890d56

Please sign in to comment.