This moves our docs to a hugo-based doc setup with docsy theme. Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
8 lines
150 B
TOML
8 lines
150 B
TOML
[build]
|
|
command = "cd website && hugo --gc --minify"
|
|
publish = "website/public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.93.2"
|
|
NODE_VERSION = "12.21.0"
|