Browse Source

Add custom data output to the comparison

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
5d75849c9b
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      netlify.toml

+ 1
- 0
README.md View File

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


### Supported content formats


+ 1
- 1
netlify.toml 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"

Loading…
Cancel
Save