This is a very minimal Bare Bones Responsive WordPress theme based on getskeleton.com
WordPress Menu support ( Drag & Drop)
Widget Support
Comment, Full Width Page, Author, Search, 404 --> Templates
Some basic template tags for Site Title, Tagline, Post Meta.
Image template or any real image CSS - This is best left outside a framework
Support for the_excerpt
, by default you must use the "Read More" to split posts in the main loop.
Support for tag
output in the main loop, I never use tags and they can add to db overhead.
Some pages are just handled by the main loop, such as single.php, archives , category, tags, etc.
Snippets have been removed and put into a gist here.
Stripped out the JavaScript tabs that came with the original HTML Skeleton Framework.
The CSS for those elements is still present but it is best to wp_enqueue
the javascript using native WP functions.
The footer is left completely unstyled, up to you which grids you want to use, supports 1, 2, 3 or 4 columns easily.
To have a left sidebar just move get_template_part( 'sidebar', 'index' );
to above the loop call (might need minor tweaks).
More grid layout and examples on http://www.getskeleton.com/
The demo sites keep going down because PHP Cloud based app sites suck..sorry