Create netlify.toml

This commit is contained in:
Maxime Vaillancourt 2020-11-24 23:11:10 +00:00 committed by GitHub
parent 17aac4a834
commit 2f318d7d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
netlify.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
command = "jekyll build --trace"
publish = "_site"