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: a083a938958c8c889d865c05f23ba560cfb6d069 (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.67.1"
  HUGO_ENV = "production"
  HUGO_THEME = "repo"

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