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

[build.environment]
  HUGO_VERSION = "0.53"
  HUGO_ENABLEGITINFO = "true"

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