Skip to content

joejoinerr/tumblr-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tumblr Boilerplate

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.

Quick start

  1. Download the zip archive: https://github.com/joejoinerr/tumblr-boilerplate/archive/master.zip
  2. Clone the git repo: git clone https://github.com/joejoinerr/tumblr-boilerplate.git
  3. Run gulp build to generate a static version of your theme, or gulp dist to generate the final code to paste into the Tumblr theme editor.

Features

  • 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.

Documentation

Read the Tumblr Boilerplate docs →

Contribute

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.