Skip to content

Basic template for a new Foundation 6 for Sites project, using Metalsmith and Nunjucks

Notifications You must be signed in to change notification settings

gattadesmond/Foundation6-metalsmith-nunjucks

Repository files navigation

Zurb Foundation 6 - Metalsmith

Zurb Foundation 6 - Metalsmith is a Gulp-powered build system with these features :

  • Metalsmith is a static site generators Metalsmith
  • Nunjucks - a rich and powerful templating language for JavaScript.Nunjucks
  • JavaScript concatenation
  • Built-in BrowserSync server
  • For production builds:
    • CSS compression
    • JavaScript compression
    • Image compression
    • CSS, JS inline

How to use

To use this template, your computer needs:

Using the CLI

npm install
yarn install
bower install

Finally, run yarn start to run Gulp. Your finished site will be created in a folder called dist, viewable at this URL:

http://localhost:8000

To create compressed, production-ready assets, run yarn run build.

What's included

src/
├── assets/
    ├── fonts/
│   ├── img/
│   ├── js/
│   └── scss/
└── data/
└── layouts/
    └── partials/
        └── default.html
    └── index.html
└── pages/
    └── index.md
└── styleguide/
    ├── index.md
    └── template.html
   

Library and plugins inlcude :

CSS library :

Plugins include :

Many thanks for ZURB Team ^^.

About

Basic template for a new Foundation 6 for Sites project, using Metalsmith and Nunjucks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published