Yeah, just point a new Netlify project toward your Git repo and give it a build command (not serve), like bundle exec jekyll build. Then sit back and magic.
so, downloaded zip, unzipped it
removed gemfiles as stated in the docs
added files to a repo
added the command ^^^^ in Netlify's build command input field
and magic 😄 Deployed on Netlify 👍
Thanks!
Yeah, just point a new Netlify project toward your Git repo and give it a build command (not serve), like
bundle exec jekyll build
. Then sit back and magic.