mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
25.12.2021 9c4b91693bfd8013e1c8233b40a21557f2e816e2
1
2
3
4
5
6
7
8
[build]
HUGO_VERSION = "0.78.0"
HUGO_THEME = "repo"
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
 
[context.deploy-preview]
command = "cd exampleSite &&  hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"