talos/website/themes/docsy/netlify.toml
Spencer Smith e3fda049fe
docs: overhaul all the docs
This moves our docs to a hugo-based doc setup with docsy theme.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
2022-03-22 13:05:21 -04:00

14 lines
364 B
TOML

# Hugo build configuration for Netlify
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
[build]
publish = "userguide/public"
command = "npm install && npm run build:preview"
[build.environment]
HUGO_VERSION = "0.89.4"
HUGO_THEME = "repo"
[context.production]
command = "npm install && npm run build:production"