2019-02-13 03:22:28 +01:00
|
|
|
[build]
|
|
|
|
publish = "exampleSite/public"
|
2020-11-25 04:09:58 +01:00
|
|
|
command = "cd exampleSite && hugo --themesDir ../.."
|
2019-02-13 03:22:28 +01:00
|
|
|
|
|
|
|
[build.environment]
|
2021-05-20 04:06:01 +02:00
|
|
|
HUGO_VERSION = "0.83.1"
|
2019-02-13 03:22:28 +01:00
|
|
|
HUGO_THEME = "repo"
|
2020-11-25 04:11:32 +01:00
|
|
|
HUGO_BASEURL = "https://cupper-hugo-theme.netlify.app"
|
2020-11-25 04:09:58 +01:00
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
for = "/*"
|
|
|
|
[headers.values]
|
|
|
|
Access-Control-Allow-Origin = "*"
|