aboutsummaryrefslogblamecommitdiff
path: root/netlify.toml
blob: 7a1eddcfedc7abad792dd1b9d3b416f20eb2a830 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                                  

                  
                                          


                                                                                  
                       


                                                      
[build]
# This assumes that the Zola site is in a docs folder. If it isn't, you don't need
# to have a `base` variable but you do need the `publish` and `command` variables.
base    = ""
publish = "public"
command = "zola build --base-url \"$URL\""

[build.environment]
# Set the version name that you want to use and Netlify will automatically use it.
ZOLA_VERSION = "0.17.2"

[context.deploy-preview]
command = "zola build --base-url \"$DEPLOY_PRIME_URL\""