This includes Jekyll Assets and Bootstrap 4.x as an initial configuration for a static website.
This is optimized for deployments to Netlify.
Requires rbenv to use the .ruby-version file.
Clone this to a folder and run rbenv local to set the ruby version, bundle install, and then jekyll build.
jekyll serve - Serve on a static site.
jekyll serve --livereload - Server website with liveload enabled.