M82-SiteWeb/netlify.toml
2024-01-03 10:49:11 +01:00

15 строки
304 B
TOML

[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "v0.121.1"
[[plugins]]
[plugins.inputs]
repo = "theNewDynamic/gohugo-theme-ananke"
branch = "main" # Change to the branch you want to use
[context.production]
command = "hugo --gc --minify"