/zurb-foundation-sass-11ty-template

Minimal project setup for Zurb Foundation framework usage with 11ty/eleventy and sass/scss. Includes 11ty server and sass watching/compilation.

Primary LanguageHTML

Zurb Foundation SASS + 11ty temaple

Minimal project setup for creating a static site with 11ty/eleventy and the Zurb Foundation framework. Uses the SASS setup offered by Foundation

Getting started

  1. npm install
  2. npm serve
  3. Go to localhost:8080 to see your site.

Folder structure

pages has the markdown files which generate actual pages.
_includes contains all the html layouts you need. scss contains the (commented out) Foundation imports.