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

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

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