dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Bump hugo version
Luiz F. A. de Prá
25.12.2021
9c4b91693bfd8013e1c8233b40a21557f2e816e2
[external-software/github_gohugo_theme_hugo-coder.git]
/
netlify.toml
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"