summaryrefslogtreecommitdiffhomepage
path: root/themes/docsy/netlify.toml
blob: 27d4db625a9001a580a120e654870176cbff1df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Hugo build configuration for Netlify 
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)

# Default build settings
[build]
  publish = "userguide/public"
  command = "git submodule update -f --init && cd userguide && npm install postcss-cli && hugo --themesDir ../.."

# "production" environment specific build settings
[build.environment]
  HUGO_VERSION = "0.55.6"
  HUGO_THEME = "repo"
  HUGO_ENV = "production"