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

netlify.toml - github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78bc7a2e009a9e9fb862d0cf8c98628d71121b0e (plain)
1
2
3
4
5
6
7
8
9
[build]
command = "hugo -b $URL -s exampleSite"
publish = "exampleSite/public"

[context.production.environment]
HUGO_VERSION = "0.98.0"

[context.deploy-preview.environment]
HUGO_VERSION = "0.98.0"