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

netlify.toml - github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c21d64a86ff5f5cf8794a03c60b2494e1a0c63dc (plain)
1
2
3
4
5
6
7
[build]
  command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://clever-visvesvaraya-e41cfa.netlify.com/ -t ''"
  publish = "public"

[build.environment]
  HUGO_VERSION = "0.55"
  HUGO_ENABLEGITINFO = "true"