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

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