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

netlify.toml - github.com/themefisher/twenty-twenty-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff716428a8d407be5bf7e62ed8b4c7dffbfb0275 (plain)
1
2
3
4
5
6
7
[build]
  publish = "exampleSite/public"
  command = "cd exampleSite && hugo --gc --themesDir ../.."
  
[build.environment]
  HUGO_VERSION = "0.69.0"
  HUGO_THEME = "repo"