Source code for website arcusiridis.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
574 B

# Global settings applied to the whole site.
[build]
publish = "public"
command = "hugo"
[build.environment]
HUGO_VERSION = "0.31"
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production]
command = "hugo"
# Branch Deploy context: All deploys that are not in
# an active Deploy Preview will inherit these settings.
#
# The below command sets the baseURL of the hugo site to
# https://branch--sitename.netlify.com for testing
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL --buildDrafts"