github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/netlify.toml (about)

     1  # Hugo build configuration for Netlify 
     2  # (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
     3  
     4  # Default build settings
     5  [build]
     6    publish = "userguide/public"
     7    command = "git submodule update -f --init && cd userguide && npm install postcss-cli && hugo --themesDir ../.."
     8  
     9  # "production" environment specific build settings
    10  [build.environment]
    11    HUGO_VERSION = "0.82.0"
    12    HUGO_THEME = "repo"
    13    HUGO_ENV = "production"