All Projects → davesantos → Tumblr Boilerplate

davesantos / Tumblr Boilerplate

Licence: mit
⚡️ A true bare bones Tumblr theme for a quick jump-start

Projects that are alternatives of or similar to Tumblr Boilerplate

trans girls rule the world
Code for transgirlsruletheworld.tumblr.com
Stars: ✭ 11 (-96.66%)
Mutual labels:  tumblr
hosts
自动生成 Hosts 文件,科学上网
Stars: ✭ 30 (-90.88%)
Mutual labels:  tumblr
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (-82.67%)
Mutual labels:  tumblr
finduntaggedtumblrposts.com
A site for finding untagged Tumblr posts
Stars: ✭ 24 (-92.71%)
Mutual labels:  tumblr
crawler
爬取tumblr关注博主图片
Stars: ✭ 28 (-91.49%)
Mutual labels:  tumblr
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (-95.14%)
Mutual labels:  tumblr
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (-25.23%)
Mutual labels:  tumblr
Tumblr crawler
This is a Multi-thread crawler for Tumblr.
Stars: ✭ 258 (-21.58%)
Mutual labels:  tumblr
tg channel bot
Fetch and push to telegram channel/user/group !
Stars: ✭ 95 (-71.12%)
Mutual labels:  tumblr
visual-references
A list of visual references that make me immensely happy.
Stars: ✭ 34 (-89.67%)
Mutual labels:  tumblr
Loglr
A project to enable 'Login using Tumblr' a breeze.
Stars: ✭ 18 (-94.53%)
Mutual labels:  tumblr
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+5755.93%)
Mutual labels:  tumblr
TumblrLikeAnimView
仿Tumblr点赞动画效果 (心放大,心破碎效果)iOS开发者交流群:446310206
Stars: ✭ 19 (-94.22%)
Mutual labels:  tumblr
tumblr-likes
Command-line program that downloads liked posts from Tumblr.
Stars: ✭ 37 (-88.75%)
Mutual labels:  tumblr
JQScrollNumberLabel
JQScrollNumberLabel:仿tumblr热度滚动数字条数, 一个显示数字的控件,当你改变其数字时,能够有滚动的动画,同时动画和位数可以限制,动态创建和实例化可选,字体样式自定义等。
Stars: ✭ 29 (-91.19%)
Mutual labels:  tumblr
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (-90.27%)
Mutual labels:  tumblr
tumblr-likes-downloader
Download liked posts with Node.js by fetching Tumblr API
Stars: ✭ 21 (-93.62%)
Mutual labels:  tumblr
Gallery Dl
Command-line program to download image galleries and collections from several image hosting sites
Stars: ✭ 4,199 (+1176.29%)
Mutual labels:  tumblr
Liked-Saved-Image-Downloader
Save content you enjoy!
Stars: ✭ 80 (-75.68%)
Mutual labels:  tumblr
humhub-oauth
Social OAuths built for the Social Platform HumHub
Stars: ✭ 16 (-95.14%)
Mutual labels:  tumblr

Tumblr Boilerplate

license

A fully functional bare-bones Tumblr theme that works out of the box. Style it to your needs. The goal of the project was to remove uncessary code easing the development process.

Installation

Bower

bower install tumblr-boilerplate

Git

git clone https://github.com/davesantos/tumblr-boilerplate.git

Download

Getting Started

  1. Choose an installation method.
  2. Modify tumblr.html with your favorite code editor.
  3. Publish it by going to https://www.tumblr.com/customize
  4. Click Edit HTML on the left column.
  5. Copy & paste your customized code then click Save.

Features

Theme does not support

(Intentionally not included to remain flexible in the various uses for a theme.)

Caveats

Tumblr will auto-inject code (such as Open Graph Protocol, Twitter Cards & javascript) into the final result for your page. This is out of the theme developers' control. Running it through a HTML Validator or Page Speed may spit out warnings & errors.

(Tumblr injects <!DOCTYPE html>, twice!)

Optional Snippets

Open Graph Protocol
If you choose not to include this in your <head>, Tumblr will auto-generate it against your will! Isn't that great!?

<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">

And this:

  <meta property="og:site_name" content="{Title}">
  <meta property="og:url" content="{BlogURL}">
  <meta property="og:image" content="{PortraitURL-128}">
  <meta property="og:type" content="tumblr-feed:tumblelog">

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].