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: e6e08489f0eeedc34f51ce1fc60e2a98cdd4ee6d (plain)
1
2
3
4
5
6
7
[build]
  publish = "exampleSite/public"
  command = "hugo --gc --minify --source exampleSite --themesDir ../.. --theme repo --baseURL https://health-sci-j-demo.netlify.app"

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