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: de1a70558ce3eb4fe1c6ef8623ae27e05f371c1a (plain)
1
2
3
4
5
6
7
[build]
  command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://hugo-theme-inkblotty.netlify.com -t ''"
  publish = "public"

[build.environment]
  HUGO_VERSION = "0.59.1"
  HUGO_ENABLEGITINFO = "false"