Skeleton-framework-jekyll

Skeleton-framework-jekyll

Unofficial Jekyll Implementation of Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development

Skeleton Framework for Jekyll

An implementation of Dave Gamache's Skeleton framework in Jekyll. The original Skeleton framework and docs are available from http://getskeleton.com/.

Getting Started

As few changes to the base Skeleton framework have been made. If you have a feature request, please make a formal request on the original Skeleton framework.

Start using Skeleton with Jekyll:

Scaffolding

Included is Skeleton's base CSS, image files (A favicon), and index.html. The head content has been moved into an include and the default layout contains everything except for the content div's of Skeleton's index.html.

Skeleton-framework-jekyll/
├── index.html
├── _config.yml
├── _includes
│   └── head.html
├── _layouts
│   └── default.html
├── _posts
├── css
│   ├── normalize.css
│   └── skeleton.css
├── feed.xml
└── images
    └── favicon.png

License

All parts of Skeleton-framework-jekyll are free to use and abuse under the open-source MIT license.

Acknowledgement

Skeleton was created by Dave Gamache for a better web.

Skeleton-framework-jekyll was created by Bradford Lynch for better Skeleton and Jekyll harmony.