mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Add custom data output to the comparison
This commit is contained in:
parent
bd0022c751
commit
5d75849c9b
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ in the `docs/content` folder of the repository.
|
|||
| LiveReload | ✔ | ✕ | ✔ | ✔ |
|
||||
| Netlify support | ~ | ✕ | ✔ | ✕ |
|
||||
| Breadcrumbs | ✔ | ✕ | ✕ | ✔ |
|
||||
| Custom ouput formats | ✕ | ✕ | ✔ | ? |
|
||||
|
||||
|
||||
### Supported content formats
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue