hugo-theme-even/netlify.toml

25 lines
561 B
TOML

[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.74.3"
[context.production.environment]
HUGO_BASEURL = "https://hugo-theme-even.netlify.app/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public, max-age=600"
[[headers]]
for = "*.(css|js|woff|woff2|ttf|png|jpg|jpeg)"
[headers.values]
Cache-Control = "public, max-age=2592000"