From 5d75849c9b638614099e06bea0c79ffae9793367 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 18 Nov 2018 09:26:43 +0100 Subject: [PATCH] Add custom data output to the comparison --- README.md | 1 + netlify.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39363ac..91740cb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ in the `docs/content` folder of the repository. | LiveReload | ✔ | ✕ | ✔ | ✔ | | Netlify support | ~ | ✕ | ✔ | ✕ | | Breadcrumbs | ✔ | ✕ | ✕ | ✔ | +| Custom ouput formats | ✕ | ✕ | ✔ | ? | ### Supported content formats diff --git a/netlify.toml b/netlify.toml index 77bbac4..bf7a853 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"