The Tumblr Boilerplate (unofficial) is a fully automated approach to Tumblr theme development, providing some suggested content tags and scripts so you can concentrate on the style.
- Download the zip archive: https://github.com/joejoinerr/tumblr-boilerplate/archive/master.zip
- Clone the git repo:
git clone https://github.com/joejoinerr/tumblr-boilerplate.git
- Run
gulp build
to generate a static version of your theme, orgulp dist
to generate the final code to paste into the Tumblr theme editor.
- Automatic concatenation, minification and moving external CSS to a
<style>
tag via Gulp - Suggested markup for common post types
- Common and useful
<meta>
tags - Iterative
<title>
tag - User variables
- Multi-language support
- OOCSS and BEM suggested class names
- Simple pagination links
- Bundled with Normalize.css via cdnjs
Check out the Tumblr theme docs for information about specific variables or blocks.
Read the Tumblr Boilerplate docs →
If you've got any great features to add to the Tumblr Boilerplate, or if there's a problem with my code, then get involved!
- File an issue stating the bug/feature request or
- Fork the repo, add the code yourself and submit a pull request
This is a side project so I might not be immediately available.