Jekyll and ZURB Foundation

Menu

I use Jekyll and ZURB Foundation quite often, the most recent occasion being the new version of BringTheFood’s website.

Adding ZURB to a Jekyll website is rather simple, but it requires to setup a few things here and there, most notably, SASS paths in _config.yaml, includes to be pushed to server, and the default layout.

I have thus decided to create a Jekyll repository which uses ZURB Foundation: it is the output of jekyll new with the minimal set of changes to use ZURB Foundation.

You can grab it here: https://www.ict4g.net/gitea/adolfo/jekyll-foundation.

To get started:

yarn add foundation-sites
yarn add jquery
yarn add what-input

The README in the repository should be clear and simple enough.