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: 6c3ffcde082d8641d5f309e7f2b5e8c7863f5456 (plain)
1
2
3
4
5
6
7
8
[build]
  publish = "public"
  command = "hugo"

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