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

netlify.toml - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 405cab3dc5ac0321596ca3787dbe27232a7f97db (plain)
1
2
3
4
5
6
7
8
9
10
[build]
  command = "hugo --gc --minify --themesDir ../../"
  base    = "exampleSite"
  publish = "public"

[build.environment]
  HUGO_BASEURL        = "https://color-your-world-demo.netlify.app"
  HUGO_THEME          = "repo"
  HUGO_VERSION        = "0.73.0"
  HUGO_ENABLEGITINFO  = "true"