hugo-theme-anubis2/netlify.toml
2024-11-17 16:54:09 +08:00

16 lines
486 B
TOML

[build]
publish = "exampleSiteMultilingual/public"
command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --baseURL $URL"
[build.environment]
HUGO_VERSION = "0.136.5"
HUGO_THEME = "repo"
[context.deploy-preview]
command = "cd exampleSiteMultilingual && hugo --theme hugo-theme-anubis2 --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"