Grunt + Jekyll + LESS
As you may have noticed, the website looks different to how it was previously. I decided it was time for a refresh and I wanted to make the design a little more interesting. While Jekyll↗ & Github↗ pages use SASS↗ the Bootstrap theme I settled for uses LESS↗ . This meant that I needed to compile all of my CSS outside of Jekyll. Most of the articles I found say use either Gulp↗ or Grunt↗ , looking at the syntax of the two I preferred Grunt as it didn’t look like code. ...