Skip to content

Instantly share code, notes, and snippets.

@plusjade
Created May 30, 2012 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plusjade/2835058 to your computer and use it in GitHub Desktop.
Save plusjade/2835058 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Blog Title</title>
<link>http://sample.com</link>
<pubDate>2012-05-30 02:23:25 -0700</pubDate>
<item>
<title>Oh Happy Day Part Two</title>
<link>http://sample.com/oh-happy-day-part-two</link>
<pubDate>2012-05-30</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;Oh Happy Day Part Two&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;Oh Happy Day Part Two &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;p&gt;aasdf&lt;/p&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/this-is-a-cool-post" title="This is a cool post"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next disabled"&gt;&lt;a&gt;Next &amp;rarr;&lt;/a&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-05-30&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>This is a cool post</title>
<link>http://sample.com/this-is-a-cool-post</link>
<pubDate>2012-05-30</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;This is a cool post&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;This is a cool post &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;p&gt;This is a cool post&lt;/p&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/oh-happy-day" title="Oh Happy Day"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/oh-happy-day-part-two" title="Oh Happy Day Part Two"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-05-30&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>Oh Happy Day</title>
<link>http://sample.com/oh-happy-day</link>
<pubDate>2012-05-30</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;Oh Happy Day&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;Oh Happy Day &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;p&gt;Meep MEep&lt;/p&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/beans/an-html-draft" title="An Html Draft"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/this-is-a-cool-post" title="This is a cool post"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-05-30&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>An Html Draft</title>
<link>http://sample.com/beans/an-html-draft</link>
<pubDate>2012-4-17</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;An Html Draft&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;An Html Draft &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;p&gt;meep meep&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;asdf
asdf
asdf
ads
&lt;/code&gt;&lt;/pre&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/i-yama-jama" title="i yama jama"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/oh-happy-day" title="Oh Happy Day"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-4-17&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/categories.html#beans-ref"&gt;beans &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/tags.html#one-ref"&gt;one &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;li&gt;
&lt;a href="/tags.html#two-ref"&gt;two &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>i yama jama</title>
<link>http://sample.com/i-yama-jama</link>
<pubDate>2012-04-08</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;i yama jama&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;i yama jama &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/haro/my-post" title="my post"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/beans/an-html-draft" title="An Html Draft"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-04-08&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>my post</title>
<link>http://sample.com/haro/my-post</link>
<pubDate>2012-04-06</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;my post&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;my post &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;h2 id="toc_0"&gt;listen listen&lt;/h2&gt;
&lt;p&gt;draftychu&lt;/p&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/meep-meep" title="meep meep"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/i-yama-jama" title="i yama jama"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-04-06&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/categories.html#haro-ref"&gt;haro &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/tags.html#meep-ref"&gt;meep &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>meep meep</title>
<link>http://sample.com/meep-meep</link>
<pubDate>2012-04-01</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;meep meep&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;meep meep &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;p&gt;meep meep!&lt;/p&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/haro-haro" title="haro haro"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/haro/my-post" title="my post"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-04-01&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>haro haro</title>
<link>http://sample.com/haro-haro</link>
<pubDate>2012-04-01</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;haro haro&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;haro haro &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/meep/howdy" title="Howdy"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/meep-meep" title="meep meep"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-04-01&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>Howdy</title>
<link>http://sample.com/meep/howdy</link>
<pubDate>2012-03-29</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;Howdy&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;Howdy &lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;h1 id="toc_0"&gt;what you thinks about this?&lt;/h1&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;.tag_box a {
padding: 3px 6px;
margin: 2px;
background: #eee;
color:#005F6B;
border-radius: 3px;
text-decoration:none;
}
.tag_box a span{
vertical-align:super;
font-size:0.8em;
}
.tag_box a.active {
background:#57A957;
border:1px solid #4C964D;
color:#FFF;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev"&gt;&lt;a href="/sunny/first-post" title="first-post"&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/haro-haro" title="haro haro"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-03-29&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/categories.html#meep-ref"&gt;meep &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/tags.html#happy-ref"&gt;happy &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;li&gt;
&lt;a href="/tags.html#face-ref"&gt;face &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
<item>
<title>first-post</title>
<link>http://sample.com/sunny/first-post</link>
<pubDate>2012-03-29</pubDate>
<description>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;first-post&lt;/title&gt;
&lt;meta name="author" content="Firstname Lastname"&gt;
&lt;!-- Le HTML5 shim, for IE6-8 support of HTML elements --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="http://html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;!-- Le styles --&gt;
&lt;link href="/assets/twitter/stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/stylesheets/style.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;link href="/assets/twitter/widgets/google_prettify/stylesheets/sons-of-obsidian.css" type="text/css" rel="stylesheet" media="all"&gt;
&lt;!-- Le fav and touch icons --&gt;
&lt;!-- Update these with your own images
&lt;link rel="shortcut icon" href="images/favicon.ico"&gt;
&lt;link rel="apple-touch-icon" href="images/apple-touch-icon.png"&gt;
&lt;link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"&gt;
&lt;link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"&gt;
--&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="navbar"&gt;
&lt;div class="navbar-inner"&gt;
&lt;div class="container"&gt;
&lt;a class="brand" href="/"&gt;Blog Title&lt;/a&gt;
&lt;ul class="nav"&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/tags.html"&gt;Tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/categories.html"&gt;Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/pages.html"&gt;Pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/about.html"&gt;About Me&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="container"&gt;
&lt;div class="content"&gt;
&lt;div class="page-header"&gt;
&lt;h1&gt;first-post &lt;small&gt;ohboy!&lt;/small&gt;&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="row"&gt;
&lt;div class="span8"&gt;
&lt;p&gt;Hello, look at all this cool code I made:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;def self.reset
@folders = Folders.new(&amp;#39;_database&amp;#39;, &amp;#39;_posts&amp;#39;, &amp;#39;_drafts&amp;#39;, &amp;#39;_templates&amp;#39;, &amp;#39;themes&amp;#39;, &amp;#39;layouts&amp;#39;, &amp;#39;partials&amp;#39;, &amp;quot;_media&amp;quot;, &amp;quot;syntax&amp;quot;, &amp;#39;_compiled&amp;#39;)
@files = Files.new(&amp;#39;_site.yml&amp;#39;, &amp;#39;_config.yml&amp;#39;)
@filters = Filters.new
@config = Config.new
@paths = Paths.new
@site_source = Dir.getwd
end
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="toc_0"&gt;You better believe it!&lt;/h2&gt;
&lt;hr&gt;
&lt;div class="pagination"&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li class="prev disabled"&gt;&lt;a&gt;&amp;larr; Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/archive.html"&gt;Archive&lt;/a&gt;&lt;/li&gt;
&lt;li class="next"&gt;&lt;a href="/meep/howdy" title="Howdy"&gt;Next &amp;rarr;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;div id="disqus_thread"&gt;&lt;/div&gt;
&lt;script&gt;
var disqus_developer = 1;
var disqus_shortname = 'jekyllbootstrap'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
&lt;/script&gt;
&lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt;
&lt;a href="http://disqus.com" class="dsq-brlink"&gt;blog comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="span4"&gt;
&lt;h4&gt;Published&lt;/h4&gt;
&lt;div class="date"&gt;&lt;span&gt;2012-03-29&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;h4&gt;Categories&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/categories.html#sunny-ref"&gt;sunny &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;li&gt;
&lt;a href="/categories.html#california-ref"&gt;california &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Tags&lt;/h4&gt;
&lt;ul class="tag_box"&gt;
&lt;li&gt;
&lt;a href="/tags.html#fruit-ref"&gt;fruit &lt;span&gt;1&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt; &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
&lt;p&gt;&amp;copy; Firstname Lastname 2012
with help from &lt;a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework"&gt;ruhoh&lt;/a&gt;
and &lt;a href="http://twitter.github.com/bootstrap/" target="_blank"&gt;Twitter Bootstrap&lt;/a&gt;
&lt;/p&gt;
&lt;/footer&gt;
&lt;/div&gt; &lt;!-- /container --&gt;
&lt;!-- Google Prettify --&gt;
&lt;script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"&gt;&lt;/script&gt;
&lt;script&gt;
var pres = document.getElementsByTagName("pre");
for (var i=0; i &lt; pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
&lt;/script&gt;
&lt;!-- end Google Prettify --&gt;
&lt;script&gt;
var _gaq=[['_setAccount','UA-123-12'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment