Skip to content

Commit

Permalink
Add netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Jun 18, 2019
1 parent a56b3b5 commit 361ff8d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[build]
base = "site/"
publish = "site/public/"
command = "hugo"

[build.environment]
HUGO_VERSION = "0.55"

[context.production.environment]
HUGO_ENV = "production"
HUGO_BASEURL = "https://minikube.sigs.k8s.io/"

[context.deploy-preview]
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"

[context.branch-deploy]
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"

0 comments on commit 361ff8d

Please sign in to comment.