Add theme to Netlify.toml

This commit is contained in:
Stavros Korokithakis 2021-01-01 15:59:08 +02:00
parent 5b4562b315
commit c648eae08a
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -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"