all repos — homestead @ 9e83e3da5af480f5ce1492f820ad035c7a5ea9b4

Code for my website

Port config to zola

Alan Pearce
commit

9e83e3da5af480f5ce1492f820ad035c7a5ea9b4

parent

bcb5155d3245e73ad9d2c279cbb736304d21f2d6

1 file changed, 3 insertions(+), 9 deletions(-)

jump to
M netlify.tomlnetlify.toml
@@ -1,14 +1,8 @@
[build] publish = "public" - command = "hugo" + command = "zola build" [build.environment] - HUGO_VERSION = "0.74.0" - -[context.production.environment] - HUGO_ENV = "production" - -[context.branch-deploy.environment] - HUGO_ENABLEGITINFO = "true" + ZOLA_VERSION = "0.12.2" [[redirects]] from = "https://alanpearceeu.netlify.com/*"
@@ -78,4 +72,4 @@ [[headers]]
for = "/*" [headers.values] Link = ''' -</css/style.css>; rel=preload; as=style'''+</css/style.css>; rel=preload; as=style'''