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

netlify.toml - github.com/orf/bare-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54a01bd7bdc405dd4a4b38b83d399bb65b86b150 (plain)
1
2
3
4
5
6
7
8
9
10
11
[build]
  publish = "exampleSite/public"
  command = "cd exampleSite && hugo --gc --themesDir ../.. -b $URL"

[build.environment]
  HUGO_VERSION = "0.93.1"
  HUGO_ENV = "production"
  HUGO_THEME = "repo"

[context.deploy-preview]
command = "cd exampleSite && hugo --gc --themesDir ../.. --minify -b $DEPLOY_PRIME_URL"