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.

18 lines
574 B

5 years ago
  1. # Global settings applied to the whole site.
  2. [build]
  3. publish = "public"
  4. command = "hugo"
  5. [build.environment]
  6. HUGO_VERSION = "0.31"
  7. # Production context: All deploys to the main
  8. # repository branch will inherit these settings.
  9. [context.production]
  10. command = "hugo"
  11. # Branch Deploy context: All deploys that are not in
  12. # an active Deploy Preview will inherit these settings.
  13. #
  14. # The below command sets the baseURL of the hugo site to
  15. # https://branch--sitename.netlify.com for testing
  16. [context.branch-deploy]
  17. command = "hugo -b $DEPLOY_PRIME_URL --buildDrafts"