All Projects → huphtur → jekyll-foundation-zurb-template

huphtur / jekyll-foundation-zurb-template

Licence: other
Jekyll + the Official ZURB Template for Foundation for Sites.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Jekyll + ZURB Template

This is a Jekyllized version of the official ZURB Template for use with Foundation for Sites. Zurb's Panini and Style Sherpa have been removed and Jekyll has been added. Everything else has remained pretty much the same.

Installation

git clone https://github.com/huphtur/jekyll-foundation-zurb-template projectname

Then open the folder in your command line, and install the needed dependencies:

cd projectname
npm install
bower install

Finally, run npm 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 npm run build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].