summaryrefslogtreecommitdiff
path: root/netlify.toml
blob: 5e9c2c5b60aba0a5b902aa740633a5765c7129ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[build]
  publish = "exampleSite/public"
  command = "hugo -s exampleSite"

[build.environment]
  HUGO_THEME = "repo"
  HUGO_THEMESDIR = "/opt/build"
  HUGO_VERSION = "0.101.0"

[context.deploy-preview]
  command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"