mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
11 lines
202 B
TOML
11 lines
202 B
TOML
|
[build]
|
||
|
command = "hugo"
|
||
|
publish = "public"
|
||
|
|
||
|
[build.environment]
|
||
|
HUGO_VERSION = "0.53"
|
||
|
HUGO_ENABLEGITINFO = "true"
|
||
|
|
||
|
[context.production.environment]
|
||
|
HUGO_ENV = "production hugo --gc --minify"
|