netlify.toml 308 B

12345678910
  1. [build]
  2. publish = "exampleSite/public"
  3. command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
  4. [build.environment]
  5. HUGO_VERSION = "0.77.0"
  6. HUGO_THEME = "repo"
  7. [context.deploy-preview]
  8. command = "cd exampleSite && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"