Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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"