This is a fully constructed template to help speed up the development of Tumblr themes. The goal was to remove redundant tags, keeping it lean to maintain fast and smooth theme development. Feel free to contribute any changes you might find helpful for others.
- HTML5
- Supports all post-types
- [Localization] (http://www.tumblr.com/docs/en/custom_themes#localization) strings
Does not support
- Notes
- Group Blogs
These were intentionally not included to expedite the workflow.
- [Normalize CSS] (http://necolas.github.com/normalize.css/)
- [HTML 5 Boilerplate] (http://html5boilerplate.com/)
- [HTML 5 Shim] (https://code.google.com/p/html5shiv/)
- Added Panorama Post block
- Removed media query breakpoints
- Updated Normalize to v2.1.0
- Added responsive CSS with breakpoints
- Added string to tag page
- Replaced figure & figcaption tag with a div
- Replaced header ID to class
- Removed wrapper & footer tag
- Removed sticky footer
- Added Photoset
- Initial Release