This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# | |
# Convert blogger (blogspot) posts to jekyll posts | |
# | |
# Basic Usage | |
# ----------- | |
# | |
# ./blogger_to_jekyll.rb feed_url | |
# | |
# where `feed_url` can have the following format: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* skuda's iso test | |
*/ | |
@font-face { | |
font-family: 'LeagueGothicRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.eot?iefix') format('eot'), | |
url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.woff') format('woff'), | |
url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.ttf') format('truetype'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* skuda flexperiment / using flex jquery | |
*/ | |
body { | |
font-family: 'News Cycle', sans-serif; | |
margin: 3; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* skuda flexperiment / using flex jquery, fittext and random others. | |
*/ | |
body { | |
background: #0caaff; | |
color: #f4f1de; | |
font-size: 100%; | |
font-family: "proxima-nova-1","proxima-nova-2", 'Arial', sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="libs/jquery.js"></script> | |
<script type="text/javascript" src="jquery.gridster.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**the github paradox | |
* gist#3547242 | |
*/ | |
html, body, div, span, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, code, | |
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, | |
fieldset, form, label, legend, textarea, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, aside, dialog, figure, footer, header, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<ul><ul><ul><ul>|| GIST_____#________| 356 0 714 || | |
<h1>The GitHub Paradox</h1></ul> | |
<br /> | |
<p>Github is supposed to be about <strong><q>social coding</q></strong> and this aspect must be rather high on their priorities list —<ul>I mean, it's <em><strong>on the official Github logo</strong></em>. | |
</p>There is currently (1 September 2012, at time of writing) a sort of paradox in this regard. <br /> | |
<br /> | |
I think I'll illustrate by means of copy/pasted text from actual comment 'threads' of arbitrary issue-tickets of arbitrary repos.</ul><br /> | |
<ul><code><q><strong>With...</strong><br />[continues to describe issue status]... <br />... <strong>is an addition to issue #111</q></strong> | |
<br /></code><br /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* skuda rmx - Dabblet logo | |
*/ | |
@font-face { | |
font-family: 'Dabblet'; | |
src: url(/img/dabblet.ttf); | |
} | |
html { background: white } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* the github social coding paradox | |
*/ | |
background-width:960px; | |
background-color: #fff; | |
background: linear-gradient(-30deg, #fff, lightgray, #fff); | |
max-height: 100%; | |
font-family: helvetica; | |
font-style: sans-serif; | |
font-shadow: #fff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* the github social coding paradox | |
*/ | |
background-width:960px; | |
background-color: #fff; | |
background: linear-gradient(-30deg, #fff, lightgray, #fff); | |
max-height: 150%; | |
font-family: helvetica; | |
font-style: sans-serif; | |
font-shadow: #fff; |
OlderNewer