If you have ever looked at all the wonderful Tumblr themes and wondered what it takes to build one from scratch, then this tutorial is for you. In this post, I am going to show you how to use Bootstrap and Tumblr’s special operators to create a theme you can use for your Tumblr blog.
Here’s what you need to get started:
- A Tumblr account
- A basic understanding of Bootstrap the popular front-end framework.
Our Basic HTML and Bootstrap Resources
A Tumblr theme is just an HTML file that uses Tumblr’s special operators. We’ll start off by creating a new file using our favorite text editor and adding the following boilerplate HTML code to it:
[code language="html"] < !DOCTYPE html> [/code]
Next, we’ll add the necessary Bootstrap resources. Bootstrap CDN makes it easy to add the files to your theme. Just put the following in your theme’s head
:
[code language="html"] [/code]
And the following before the closing body
tag:
Continue reading %Tutorial: Build a Simple Tumblr Theme with Bootstrap%
by Ashraff Hathibelagal via SitePoint
No comments:
Post a Comment