You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

netlify.toml 573B

1234567891011121314151617181920212223
  1. [build]
  2. publish = "exampleSite/public"
  3. command = "cd exampleSite && hugo --gc --themesDir ../.."
  4. [build.environment]
  5. HUGO_VERSION = "0.73.0"
  6. HUGO_THEME = "repo"
  7. HUGO_BASEURL = "/"
  8. [[plugins]]
  9. package = "netlify-plugin-hashfiles"
  10. [plugins.inputs]
  11. # An array of glob patterns for pages on your site. Recursive traversal will start from these
  12. entryPoints = [
  13. "*.html"
  14. ]
  15. # Directory where content-addressable files are moved and immutable cache-headers are set
  16. staticDir = "/static/"
  17. [[plugins]]
  18. package = "netlify-plugin-is-website-vulnerable"