cupper-hugo-theme/netlify.toml

14 lines
309 B
TOML
Raw Normal View History

2019-02-13 03:22:28 +01:00
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir ../.."
2019-02-13 03:22:28 +01:00
[build.environment]
2020-06-03 03:39:33 +02:00
HUGO_VERSION = "0.72.0"
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"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"