klihelp / tumblr-boilerplate

A clean Tumblr theme to start developping yours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tumblr-boilerplate

A clean starter theme to build yours. This boilerplate is designed so it becomes easy to create a new working theme for a Tumblr blog. Open an issue for support.

Getting started

Two methods to get the exact same result:

One click, theme install

  1. Install this Tumblr theme on your blog
  2. Start customizing on its customize page

Copy paste the index.html

  1. create a blog with any theme
  2. go to its customize page
  3. click on 'Edit HTML' link beneath the title
  4. replace all markup with the one from this project's index.html.
  5. Save it

Theme features

Additional optional features

Those are already setup but can easily be activated/deactivated

Infinite scrolling

Infinite scrolling is activated by default. To deactivate it you have to change one line in the JavaScript found at the bottom of index.html. Comment out the 'this.infiniteScrolling();' line in the init method.

Masonry

To deactivate Masonry, toggle off the switch Grid Layout on the customize page of your blog (not the markup, but the registered variables before clicking "edit HTML")

Google Analytics

Go the customize page of your blog and fill in your website's Google analytics ID.

Disqus

Go the customize page of your blog and fill in your Disqus Shortname.

Ressources

About

A clean Tumblr theme to start developping yours

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%