Setting up a Jekyll site from scratch takes quite a bit of a setup time. This project mitigates that issue without a theme dependancy.
Install gems defined in the Gemfile
gem install bundler # If you don't have bundler already installed
bundle install
then install Node.js packages from package.json
npm install
gulp
- Hot-reloading with BrowserSync
- Navigation generator include
- Easy Image include
- Add custom CSS or entire stylesheets to any page through front-matter