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: 6a3888b7648c2bef787542959dcb5e8b3eb30808 (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 /opt/build \
  --theme repo \
  --baseURL https://focused-williams-f75490.netlify.com"""

[build.environment]
HUGO_VERSION = "0.51"