hugo-academic-mirror/netlify.toml
George Cushen 585bdf643b fix: add support for Hugo v0.55
Requires Hugo v0.55.2+.
Does not work with Hugo v0.55.0 due to bugs fixed in v0.55.2.

Fix #1017
2019-04-17 19:26:51 +01:00

12 lines
264 B
TOML

[build]
command = "hugo --themesDir ../../"
base = "exampleSite"
publish = "exampleSite/public"
[build.environment]
HUGO_THEME = "repo"
HUGO_VERSION = "0.55.2"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"