Sha256: 3e3ae3cacf9c05da6dcecaeca06f6f26759cfffe0df06f87c1a56668f33d8459
Contents?: true
Size: 553 Bytes
Versions: 1
Compression:
Stored size: 553 Bytes
Contents
[build] publish = "exampleSite/public" command = "hugo -s exampleSite" [build.environment] HUGO_THEME = "repo" HUGO_THEMESDIR = "/opt/build" HUGO_VERSION = "0.55.5" [context.production.environment] HUGO_BASEURL = "https://learn.netlify.com/" [context.deploy-preview] command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_ENABLEGITINFO = "true" [context.branch-deplpy] command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_ENABLEGITINFO = "true"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbcli-0.2.12 | docs-src/themes/hugo-theme-learn/netlify.toml |