No commit activity in last 3 years
No release in over 3 years
An essentially empty Jekyll theme built on Foundation 6.3.1. Intended to kickstart other themes or for completely custom sites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12

Runtime

~> 3.3
 Project Readme

foundation6-jekyll-base

An essentially empty Jekyll theme built on Foundation 6.3. Intended to kickstart other themes or for completely custom sites.

The layouts and partials are all intended to be replaced, simply pulls in the Foundation 6 scss to make it easy to create a custom scss build and sets up the JS.

Jekyll does not appear to have a system for post-install hooks (if you know of one here, please let me know), so to set up your own settings file you should copy the version from the theme into your own _sass folder as follows:

mkdir _sass
cp $(bundle show foundation6-jekyll-base)/_sass/_settings.scss _sass