mirror of
https://github.com/kennethreitz-archive/kennethreitz.github.com.git
synced 2026-06-05 23:40:17 +00:00
69 lines
5.6 KiB
HTML
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">
 <div class="article">
 <h2><a class="title" href="/blog/2010/04/01/my-muffin">My Muffin</a></h2>
 <div class="meta">
 posted: April 1st, 2010
 
 </div>
 <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>.
If you don’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>

<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/>
<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>

<p>There’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>

<p><a href="http://wiki.github.com/imathis/octopress/">Read the wiki to learn more</a></p>
 </div>
 <div class="article">
 <h2><a class="title" href="/blog/2009/11/13/hello-world">Hello World! I’m Octopress!</a></h2>
 <div class="meta">
 posted: November 13th, 2009
 
 </div>
 <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>.
If you don’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>

<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/>
<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>

<p>There’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>

<p><a href="http://wiki.github.com/imathis/octopress/">Read the wiki to learn more</a></p>
 </div>
 <div class="footer">
 <a href="/archives.html" title="archives">« Blog Archives</a>
 </div>
</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 →</a></h4>
|
|
<div id='delicious'>
|
|
<script src='http://feeds.delicious.com/v2/js/drummer42?title=&count=3&sort=date&extended' type='text/javascript'></script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id='footer'>
|
|
<div class='content'>
|
|
Copyright © 2010 - code.kennethreitz.com -
|
|
<span class='credit'>Powered by <a href="http://octopress.org">Octopress</a></span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|