зеркало из https://github.com/docker/get-involved.git
14 строки
393 B
TOML
14 строки
393 B
TOML
# Hugo build configuration for Netlify
|
|
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
|
|
|
|
# Default build settings
|
|
[build]
|
|
publish = "public"
|
|
command = "git submodule update -f --init --recursive && npm install postcss-cli && hugo"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.80.0"
|
|
|
|
[context.production.environment]
|
|
HUGO_ENV = "production"
|