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

Luiz F. A. de Prá
25.07.2021 3b7c8ba61a3e623b93efeb82e336253f264da765
1
2
3
4
5
6
7
8
[build]
HUGO_VERSION = "0.77.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"