This is my Jekyll site template version forked from Tybenz and updated for Jekyll 3.8. Used for blog and project pages.
First of all, if you don't have Ruby installed you can follow this guide. After that, make sure you have the jekyll
and sass
gems installed. In your terminal run:
gem install jekyll
gem install sass
You can optionally install the bourbon gem in order to update the Bourbon folder:
gem install bourbon
cd _sass
bourbon install
Bourbon allows you to simplify CSS actions with a few commands. Bourbon works with another library called Neat. You can see its documentation in this link. In order to update the Bourbon folder:
cd _sass/
bourbon update
Start running Jekyll (defaults to port 4000) with the following command:
bundle exec jekyll serve