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

netlify.toml - github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bc46c9f1ba7889479d298aa0c64b52c9d799a6c (plain)
1
2
3
4
5
6
7
8
[build]
  publish = "public"
  command = "hugo"

[context.production.environment]
  HUGO_VERSION = "0.50"
  HUGO_ENV = "production"
  HUGO_ENABLEGITINFO = "true"