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

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

[build.environment]
  HUGO_VERSION = "0.57.1"
  HUGO_THEME = "repo"
  HUGO_BASEURL = "https://cayman-hugo-theme.netlify.com/"