1
0
mirror of https://github.com/lxndrblz/anatole.git synced 2022-06-11 21:08:13 +03:00
Files
anatole-hugo-theme/netlify.toml
Alexander Bilz 13bc907402 feat: added a netlify.toml for demo site
Added a netlify.toml to allow the automatic creation of a demo site.
2021-12-26 13:06:37 +01:00

14 lines
345 B
TOML

[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.69.0"
HUGO_ENV = "production"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://anatole-demo.netlify.app"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"