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

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