Skip to content

Instantly share code, notes, and snippets.

View kant's full-sized avatar
🎹
🎼🎶

Darío Hereñú kant

🎹
🎼🎶
  • Planet Earth...
  • X @kant
View GitHub Profile
@denzuko
denzuko / denzuko-blog-tumblr.liquid
Created May 9, 2011 18:59
Tumblr Theme for Denzuko.co.cc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en" dir="ltr" lang="en">
<head profile="http://purl.org/uF/hCard/1.0/ http://purl.org/uF/hAtom/0.1/ http://gmpg.org/xfn/11 http://purl.org/uF/pattern-data-class/1">
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="content-language" content="en" />
@amarnus
amarnus / infinite_scroll.js
Created June 7, 2011 01:55
Add Infinite Scroll to Tumblr's Stationary theme
(function($) {
function bindScroll() {
$(window).scroll(function(){
var threshold = 0.8 * ($(document).height() - $(window).height());
if ($(window).scrollTop() >= threshold){
$(window).unbind('scroll');
getNextPage();
}
});
@blech
blech / hideradar.css
Created June 8, 2011 16:47
hide Tumblr radar user style
#right_column .radar { display:none; !important }
@mikker
mikker / tumblr.com.js
Created August 8, 2011 19:55
Make Tumblr avatars double in size using dotjs
$(".not_mine .post_avatar").each(function(){
var bg = $(this).css('background-image');
var n = bg.replace(/_64\.png/,"_128.png");
$(this).css({ backgroundImage: n, width: 128, height: 128, marginLeft: -64 });
});
@mustpax
mustpax / tumblr.html
Created September 4, 2011 06:51
Modified Tumblr Theme
<!DOCTYPE>
<!-- Designed by Peter Vidani
Found at http://www.tumblr.com/theme/467
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="TextMate http://macromates.com/">
anonymous
anonymous / owmx-3.0-tumblr-theme.html
Created September 18, 2011 10:23
owmx-3.0 ported Tumblr theme
<!DOCTYPE html>
<html lang="en">
<head>
<title>{block:PostTitle}{PostTitle} | {/block:PostTitle}{Title}</title>
<meta charset="UTF-8">
<meta name="description" content="Geek-only friendly, W3C-compliant, CSS3- and HTML5-based website template with a Creative Commons Attribution-Share Alike 3.0 Unported License.">
<meta name="robots" content="index,follow,noarchive">
<meta name="text:Disqus Shortname" content=""/>
<meta name="if:Show Social Bar" content="1"/>
<meta name="if:Show People I Follow" content="1"/>
@torus
torus / tumblr_theme.html
Created September 22, 2011 23:53
Tumblr theme definition
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Lightweight Theme by Artur Kim (http://arturkim.com) for Tumblr | version 1.1 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{block:SearchPage}Search results for: {SearchQuery} | {/block:SearchPage}{block:IndexPage}{Title}{/block:IndexPage}{block:PostSummary}{PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" />
<link rel="apple-touch-icon" href="{PortraitURL-128}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}" />
@treffynnon
treffynnon / gist:1295904
Created October 18, 2011 16:45
My current tumblr theme - http://blog.simonholywell.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!--
Vacant Modified - 1.7
Designed by Sam Stefan samstefan.co.uk
Modified by Simon Holywell simonholywell.com
-->
@lumin3000
lumin3000 / boutofcontext_image1280.js
Created October 22, 2011 14:28
transform the 500px images to 1280 images in boutofcontext.com (for tumblr backup)
var newScript = document.createElement('script');
newScript.type = 'text/javascript';
newScript.src = ' https://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools-yui-compressed.js';
document.getElementsByTagName("body")[0].appendChild(newScript);
//###make a bookmarklet using the code before this line###
var post = $$('div#post');
var posturl,
postid,
imageid,
image1280url,
@vranystepan
vranystepan / dark_wood.html
Created December 5, 2011 10:43
Dark Wood Tumblr Theme
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://static.tumblr.com/tuwgrx5/omNlvq55u/style.css" />
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
<meta name="text:Tagline" content=""/>