jekyll-starter

jekyll-starter

Starter template for jekyll based project.

Jekyll Starter


Getting started

To run the following project just run the following commands before starting developments. However, the basic requirements for a jekyll project must be installed follow the installation guide from https://jekyllrb.com/docs/installation/

bundle config set --local path 'vendor/bundle'

bundle install

Once the following commands are run successfully you can start developing by running

bundle exec jekyll serve --livereload