From c648eae08a0c55c0c09b0385b343382d4b121271 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Fri, 1 Jan 2021 15:59:08 +0200 Subject: [PATCH] Add theme to Netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 5258b63..1cc6b7a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ [build] publish = "public" -command = "zola build" +command = "git clone https://github.com/getzola/book.git themes/book/; zola build" [build.environment] ZOLA_VERSION = "0.12.2"