all repos — zola-bearblog @ a1bcb91851d84d3796a8a281af8d01ce0a79a3fc

Port of bear blog theme to zola

Add netlify.toml

Alan Pearce
commit

a1bcb91851d84d3796a8a281af8d01ce0a79a3fc

parent

d69e95a01c254ed616b0c4e5a1f8bfdcec7b00fe

1 file changed, 15 insertions(+), 0 deletions(-)

changed files
A netlify.toml
@@ -0,0 +1,15 @@
+[build] +publish = "public" +command = "zola build" + +[build.environment] +# Set the version name that you want to use and Netlify will automatically use it. +ZOLA_VERSION = "0.17.2" + +# The magic for deploying previews of branches. +# We need to override the base url with whatever url Netlify assigns to our +# preview site. We do this using the Netlify environment variable +# `$DEPLOY_PRIME_URL`. + +[context.deploy-preview] +command = "zola build --base-url $DEPLOY_PRIME_URL"