Add custom data output to the comparison

This commit is contained in:
Vincent Prouillet 2018-11-18 09:26:43 +01:00
parent bd0022c751
commit 5d75849c9b
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ in the `docs/content` folder of the repository.
| LiveReload | ✔ | ✕ | ✔ | ✔ |
| Netlify support | ~ | ✕ | ✔ | ✕ |
| Breadcrumbs | ✔ | ✕ | ✕ | ✔ |
| Custom ouput formats | ✕ | ✕ | ✔ | ? |
### Supported content formats

View file

@ -7,4 +7,4 @@
ZOLA_VERSION = "0.5.0"
[context.deploy-preview]
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build--base-url $DEPLOY_PRIME_URL"
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build --base-url $DEPLOY_PRIME_URL"