netlify.toml 180 B

12345678
  1. [build]
  2. publish = "exampleSite/public"
  3. command = "cd exampleSite && hugo --gc --themesDir ../.."
  4. [build.environment]
  5. HUGO_VERSION = "0.74.3"
  6. HUGO_THEME = "repo"
  7. HUGO_BASEURL = "/"