nolboo / foundation-jekyll

Bare Bones Jekyll Foundation starting point

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundation-Jekyll

A Bare Bones Foundation & Jekyll site starting point that doesn't assume anything.

Version

Current - 1.0.2

About

This repo was created as a starting point to use Foundation & Jekyll to create static websites. There aren't many (if any) Foundation & Jekyll scaffolds, so I created one. This repo is geared more towards building static sites, not just a blog. Hopefully you'll find it as useful as I do.

Get Started

Clone the repo and start building your site:

 git clone git@github.com:aaronkwhite/foundation-jekyll.git project-name

The core components are located in the source directory, so you can better organize your content and stucture.

This repo is using Foundation Sass & Font-Awesome Sass, located in the root directory. You'll need to setup Compass or use Codekit to compile the Sass into the source/assets/stylesheets directory.

To test your site locally just run:

jekyll serve

Note: Make sure you update your git remote before you try to push any changes.

Dependencies

  • Jekyll
  • Foundation 5
  • Sass Compiler

Contributing

If you would like to contribute to this repo, hit me up on twitter @aaronkwhite and then we can talk pull requests.

License

MIT

About

Bare Bones Jekyll Foundation starting point

License:MIT License


Languages

Language:CSS 100.0%Language:JavaScript 0.0%