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

netlify.toml - github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1af38cb684690311f8fe6ad84942b3933339dbdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[build]
  publish = "exampleSite/public"
  command = """hugo \
    --gc \
    --source exampleSite \
    --config exampleSite/config.yaml \
    --themesDir ../.. \
    --theme repo \
    --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"""

[build.environment]
  HUGO_VERSION = "0.52"