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

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

[build.environment]
HUGO_VERSION = "0.51"