Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 503 Bytes

readme.md

File metadata and controls

18 lines (10 loc) · 503 Bytes

Jekyll Boilerplate

This includes Jekyll Assets and Bootstrap 4.x as an initial configuration for a static website.

This is optimized for deployments to Netlify.

Installation

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.

Local Development

jekyll serve - Serve on a static site.

jekyll serve --livereload - Server website with liveload enabled.