Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml « exampleSite - github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb9e9a20ca9a951a457d50ce8761279d7c5b3560 (plain)
1
2
3
4
5
6
7
[build]
  publish = "exampleSite/public"
  command = "hugo --gc --source exampleSite --themesDir ../.. --theme repo --baseURL https://health-sci-j-demo.netlify.app"

[context.production.environment]
HUGO_VERSION = "0.79.1"
HUGO_ENV = "production"