Files
kennethreitz.github.com/index.html
T
2010-04-05 04:27:13 -04:00

69 lines
5.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>code.kennethreitz.com :: Blog</title>
<link href='/stylesheets/screen.css' media='screen, projection' rel='stylesheet' type='text/css' />
<script src='http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js' type='text/javascript'></script>
<script src='/javascripts/mootools-1.2.4.2-more.js' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
var twitter_user = "kennethreitz"
var show_replies = false;
var tweet_count = 3;
//]]>
</script>
<script src='/javascripts/octopress.js' type='text/javascript'></script>
<script src='/javascripts/twitter.js' type='text/javascript'></script>
<link href='/atom.xml' rel='alternate' title='code.kennethreitz.com' type='application/atom+xml' />
</head>
<body id="">
<div id="header">
<div class='content'>
<h1>
<a class='title' href='/'>code.kennethreitz.com</a>
</h1>
</div>
</div>
<div id="nav">
<div class='content'>
<ul>
<li class='alpha'>
<a href='/'>Blog</a>
</li>
<li class='omega'>
<a href='/about.html'>About</a>
</li>
<li class='subscribe'>
<a href='/atom.xml'>Subscribe</a>
</li>
</ul>
</div>
</div>
<div id="page">
<div id="content">
<div id="main">
<div class="content"><div class="blog">&#x000A; <div class="article">&#x000A; <h2><a class="title" href="/blog/2010/04/01/my-muffin">My Muffin</a></h2>&#x000A; <div class="meta">&#x000A; posted: April 1st, 2010&#x000A; &#x000A; </div>&#x000A; <p><strong>Octopress is a blogging framework designed for hackers</strong>, based on <a href="http://github.com/mojombo/jekyll">Jekyll</a> the blog aware static site generator powering <a href="http://pages.github.com/">Github pages</a>.&#x000A;If you don&#8217;t know what Jekyll is, <a href="http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/">Jack Moffitt</a> wrote a good summary:</p>&#x000A;&#x000A;<blockquote><p>Jekyll is a static blog generator; it transforms a directory of input files into another directory of files suitable for a blog. The management of the blog is handled by standard, familiar tools like creating and renaming files, the text editor of your choice, and version control.<br/>&#x000A;<cite><strong>Jack Moffitt</strong> <a href="http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/">Blogging with Git Emacs and Jekyll</a></cite></p></blockquote>&#x000A;&#x000A;<p>There&#8217;s no database to set up, and you get to use tools like Emacs, vim, or TextMate to write your posts, not some lame in-browser text editor. Just write, generate, deploy, using the same tools and patters you already use for your daily work.</p>&#x000A;&#x000A;<p><a href="http://wiki.github.com/imathis/octopress/">Read the wiki to learn more</a></p>&#x000A; </div>&#x000A; <div class="article">&#x000A; <h2><a class="title" href="/blog/2009/11/13/hello-world">Hello World! I&#8217;m Octopress!</a></h2>&#x000A; <div class="meta">&#x000A; posted: November 13th, 2009&#x000A; &#x000A; </div>&#x000A; <p><strong>Octopress is a blogging framework designed for hackers</strong>, based on <a href="http://github.com/mojombo/jekyll">Jekyll</a> the blog aware static site generator powering <a href="http://pages.github.com/">Github pages</a>.&#x000A;If you don&#8217;t know what Jekyll is, <a href="http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/">Jack Moffitt</a> wrote a good summary:</p>&#x000A;&#x000A;<blockquote><p>Jekyll is a static blog generator; it transforms a directory of input files into another directory of files suitable for a blog. The management of the blog is handled by standard, familiar tools like creating and renaming files, the text editor of your choice, and version control.<br/>&#x000A;<cite><strong>Jack Moffitt</strong> <a href="http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/">Blogging with Git Emacs and Jekyll</a></cite></p></blockquote>&#x000A;&#x000A;<p>There&#8217;s no database to set up, and you get to use tools like Emacs, vim, or TextMate to write your posts, not some lame in-browser text editor. Just write, generate, deploy, using the same tools and patters you already use for your daily work.</p>&#x000A;&#x000A;<p><a href="http://wiki.github.com/imathis/octopress/">Read the wiki to learn more</a></p>&#x000A; </div>&#x000A; <div class="footer">&#x000A; <a href="/archives.html" title="archives">&laquo; Blog Archives</a>&#x000A; </div>&#x000A;</div></div>
</div>
<div id="sidebar">
<h4>Twitter <a class="small" href="http://twitter.com/kennethreitz">@kennethreitz</a></h4>
<div id='twitter'>
<ul id='twitter_status'>
Status updating...
</ul>
</div>
<h4>My Delicious <a class="small" href="http://delicious.com/drummer42">more &rarr;</a></h4>
<div id='delicious'>
<script src='http://feeds.delicious.com/v2/js/drummer42?title=&amp;count=3&amp;sort=date&amp;extended' type='text/javascript'></script>
</div>
</div>
</div>
</div>
<div id='footer'>
<div class='content'>
Copyright &copy; 2010 - code.kennethreitz.com -
<span class='credit'>Powered by <a href="http://octopress.org">Octopress</a></span>
</div>
</div>
</body>
</html>