mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-08-04 14:21:15 +02:00
Requires Hugo v0.55.2+. Does not work with Hugo v0.55.0 due to bugs fixed in v0.55.2. Fix #1017
12 lines
264 B
TOML
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"
|