Files
hugo-coder-timeline/netlify.toml
Robert 87f9e89048 Prefix term with taxonomy title (#369)
* Prefix term with taxonomy title

Fix list layout to properly prefix a term with the taxonomy title.

* Replace taxonomy with term kind in title

* Set minimal version for updated taxonomy kinds

* Set minimal version for updated taxonomy kinds

* Update CONTRIBUTORS.md
2020-07-26 20:33:41 -03:00

13 lines
353 B
TOML

[build]
publish = "demo/public"
command = "make prepare && hugo --source demo --baseURL $URL"
[context.production.environment]
HUGO_VERSION = "0.73.0"
[context.deploy-preview]
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.73.0"