hugo-theme-stack/netlify.toml
2025-04-19 18:03:25 +05:30

21 lines
543 B
TOML

[build]
publish = "public"
[build.environment]
HUGO_VERSION = "0.124.0"
# HUGO_THEME = "repo"
[context.production]
command = "hugo --gc --minify -b ${URL}"
[context.production.environment]
HUGO_ENV = "production"
[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
[plugins.inputs]
# If it should show more verbose logs (optional, default = true)
debug = true
# Relative path to source directory in case you use Hugo's "--s" option
srcdir = "."