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

netlify.toml - github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5af0ca8c76a428e03fd14715e3c3b126d6a715e (plain)
1
2
3
4
5
6
7
[build]
  publish = "exampleSite/public"
  command = "cd exampleSite && hugo --gc --themesDir ../.."

[build.environment]
  HUGO_VERSION = "0.54.0"