diff options
Diffstat (limited to 'public/2009/11')
-rw-r--r-- | public/2009/11/13/hello-world/index.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/public/2009/11/13/hello-world/index.html b/public/2009/11/13/hello-world/index.html new file mode 100644 index 00000000..cd0e9398 --- /dev/null +++ b/public/2009/11/13/hello-world/index.html @@ -0,0 +1,123 @@ +<!DOCTYPE html> +<html> +<head> + <title>Hello World! I'm Octopress! - My Octopress Blog</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + + + <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> + <script src="/javascripts/mootools-yui-compressed.js" type="text/javascript"></script> + <script src="/javascripts/mootools-more-1.3.1.1.js" type="text/javascript"></script> + <script src="/javascripts/octopress.js" type="text/javascript"></script> + <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <meta name="viewport" content="initial-scale=1.0 width=device-width"> + + <script> + var twitter_user = "imathis"; + var show_replies = false; + var tweet_count = 3; + </script> + <script src="/javascripts/twitter.js" type="text/javascript"></script> + + + <link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml"/> +</head> + +<body id=""> + <header><div><h1><a href="/">My Octopress Blog</a></h1> + +</div></header> + <nav id="nav"><div><ul> + <li><a href="/">Blog</a></li> + <li><a href="/about/">About</a></li> + <li class="subscribe"><a href="/atom.xml">Subscribe</a></li> +</ul> +</div></nav> + <div id="page"> + <div> + <div id="main"><article><article> + <header> + <p> + <time>November 13<span>th</span>, 2009</time> + + <span class="byline"><em>by</em> <span class="author">Your Name</span></span> + + </p> + <h1><a href="/2009/11/13/hello-world/">Hello World! I'm Octopress!</a></h1> +</header> + +<div class="entry"><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.</p></blockquote> + +<p><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> + +<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 patterns 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> + + +<p class="updated"><em>updated</em> <time>March 10<span>th</span>, 2010</time></p> + + +</article> +</article></div> + <aside><h4>About Me</h4> +<p> Yo everybody! </p> + +<section> + <h4>Recent Posts</h4> + <ul id="recent_posts"> + + <li class="post"> + <a href="/2011/04/07/test-of-typography/">Test of Typography</a> + <time>April 07, 2011</time> + </li> + + <li class="post"> + <a href="/2011/03/14/test-post/">Test Post</a> + <time>March 14, 2011</time> + </li> + + <li class="post"> + <a href="/2009/11/13/hello-world/">Hello World! I'm Octopress!</a> + <time>November 13, 2009</time> + </li> + + </ul> + </section> + + + <section><h4>On Twitter</h4> +<ul id="tweets"> + Status updating... +</ul> +<p>Follow <a href="http://twitter.com/#{page.twitter_user}">@imathis</a></p> +</section> + + + + <section><h4>My Pinboard</h4> +<ul id="pinboard_linkroll">Fetching linkroll...</ul> +<p><a href="http://pinboard.in/u:imathis">My Pinboard Bookmarks »</a></p> +</section> + +</aside> + </div> + </div> + <footer><div><p> + Copyright © 2011 - Your Name - + <span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span> +</p> + + <script language="javascript"> + var pinboard_user = "imathis"; + var pinboard_count = "3"; + </script> + <script language="javascript" src="/javascripts/pinboard.js"></script> + +</div></footer> +</body> +</html> |