hugo-theme-anubis2/netlify.toml

16 lines
432 B
TOML
Raw Permalink Normal View History

2021-11-02 16:26:27 +01:00
[build]
publish = "exampleSiteMultilingual/public"
2024-11-18 07:32:07 +01:00
command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --baseURL $URL"
2021-11-02 16:26:27 +01:00
[build.environment]
2024-11-17 09:54:09 +01:00
HUGO_VERSION = "0.136.5"
2021-11-02 16:26:27 +01:00
HUGO_THEME = "repo"
[context.deploy-preview]
2024-11-18 07:32:07 +01:00
command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
2021-11-02 16:26:27 +01:00
[[headers]]
for = "/*"
[headers.values]
2022-01-16 13:59:45 +01:00
Access-Control-Allow-Origin = "*"