To use this project, you'll need the following things installed on your machine.
- Jekyll -
$ gem install jekyll bundler
- Jekyll-Gems -
$ bundle install
Since this is a Jekyll theme, every command described in the Jekyll documentation is avaialable.
To start the development workflow, run:
bundle exec jekyll serve --livereload
To build the project, run:
bundle exec jekyll build