A Tumblr theme.
masonry + infinite-scroll = masonite.
Clever, huh?
Up for grabs in Tumblr Theme Garden,
live at hellodirty.com.
- jQuery Masonry-powered index page layout
- infinite scrolling – automatic or user-triggered ("Twitter-style")
- opt-out to a one-column layout
- optional centered layout mode
- defaults to 400 pixel wide posts with optional 500-pixel wide posts on index pages
(permalink pages show 500 pixel wide content)
- one- or two-column navigation, left or right of the main content and on top or bottom of the viewport
- fully customizable colors thanks to using
@font-face
for all theme icons - Vimeo-videos incorporating the "Accents"-color and pretty YouTube-videos
- FitVids.js to make videos always fit in the available width, even when nested in blockquotes or similar
- customizable fonts
- via Tumblr's own custom fonts functionality
- or by specifying a web font family (and style(s)) from the Google Web Fonts API
- optional
- links to "Reblog" and "Like" and tag display on index pages
- lightbox-view of high resolution images, including a (user-invoked) slideshow
- hide Tumblr avatar and/or title
- show latest Likes and/or Tweets
- show "People I follow"
- Disqus 2012 integration
- Google Analytics and Clicky integration
- Google Code Prettify syntax highlighting
- Background, Brights, Lights, Mids, Darks, Copy, Accents
- Body, PostMeta, Quote, Title, Pre – Override the theme default font by choosing from Tumblr's "Customize" font-stacks.
- Google Web Font – Load one or multiple font families from Google Web Fonts using the Google WebFont Loader.
The option accepts an array as defined here, e. g.'Fruktur','Open Sans:400,700,400italic,700italic'
would load the "Fruktur" font family and the normal (400), italic (400italic), bold (700) and bold italic (700italic) versions of "Open Sans". To make use of the loaded fonts you can write your own CSS-styles or put the name of the font into one of the five "Google Web Font …" option-fields – e. g. to use "Fruktur" as font for all quotes, putFruktur
into the "Google Web Font Quote"-field.
- Avatar – Upload an image to replace the Tumblr avatar with a custom logo.
Additionally, you can use Avatar HiDPI to provide a high-resolution version of the Avatar-image to display on HiDPI devices (such as iPad 3/4). Please make sure that this image is at least exactly twice as big as the original Avatar image.
- Post Width – defaults to 400px, can be switched to 500px
- Header Options
- Header Left, Header Top
activate these to override the header default (right- and bottom-aligned) position - Show Avatar
- Show Title
- Fading Sidebar
- Two Column Navigation
- Header Left, Header Top
- One Column Content
- Centered Content
- Show Album Art on Audio Posts
- Show Copyright
- Show Likes
- Show People I Follow
- Show Post Footer Border
- Show Tags
- Show Tags on Index Page
- Custom trigger Infinite Scroll
- Dog Ear Zoom Icon
- Enable Google Prettify
- Show Twitter
masonite comes with two analytics options built in, Google Analytics and realtime user tracking with Clicky.
To setup Google Analytics sign up for an account first; once you have your site information added, Google will provide you with both a Google Analytics ID and embed code. Just grab the ID (e. g. UA-000000-1
) and paste it into Customize > Appearance > Google Analytics.
Alternately (or in addition), you can use Clicky to see in realtime what people are doing on your site. Sign up for a Clicky account and paste your site ID into Customize > Appearance > Clicky Tracking.
To setup comments with your blog, you'll need to register a Disqus account for your site. After you're done, grab the Disqus Site Shortname you selected and paste it into Customize > Appearance > Disqus Shortname.
Add URLs to display the following social site icons below your site description.
Please make sure you add the full URL, including “http://”.
Dribbble, Facebook, Github, Soundcloud, Twitter, Vimeo, Rdio, Yahoo, Skype, Evernote, Delicious, Behance, XING, LinkedIn, Picasa, YouTube, StumbledUpon, Last.fm, Google+, Forrst, Pinterest, Flickr, deviantART, Instagram, Blogger, Flattr
- originally based on Off Franklin by P.J. Onori
- pretty YouTube- and Vimeo-videos thanks to Matthew Buchanan’s and Hayden Hunter’s YouTube improvement script plus Better Vimeo Embeds by Matthew Buchanan
- Modernizr v2.6.2
- layout powered by David DeSandro’s jQuery Masonry v2.1.06
- lightbox and slideshow powered by Jack Moore’s ColorBox v1.3.20.1
- infinite scrolling courtesy of the Infinite Scroll jQuery plugin v2.0b2.120519
- FitVids.js v1.0
- jQuery v1.8.2
- built on HTML5 Boilerplate's CSS (normalize.css + H5BP goodies)
- icon-font generated with IcoMoon by @Keyamoon, containing icons from
- Typicons – License: CC BY-SA 3.0
- Entypo – License: CC BY-SA 3.0
- IcoMoon - Free – License: CC BY-SA 3.0
- Broccolidry – License: Aribitrary
- Iconic – License: CC BY-SA 3.0
Contributions are welcome!
We use git-flow and its branching model: the master branch always contains stable, production-ready code while the develop branch contains the latest development code.
When editing CSS, please use SASS and Compass if possible.