Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml - github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f75501a74f5576971a7a66dcf106c19529779c0a (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.76.5"
  HUGO_THEME = "repo"
  HUGO_ENV = "production"