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"