mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-09-01 01:51:51 +02:00
7 lines
150 B
TOML
7 lines
150 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.54.0"
|
|
|