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

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

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