mirror of
https://github.com/kennethreitz-archive/kennethreitz.github.com.git
synced 2026-06-05 23:40:17 +00:00
update
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
from fabric.api import *
|
||||
|
||||
def build():
|
||||
""" Do it.
|
||||
"""
|
||||
local("ronn -5 man/kennethreitz.1.ron > index.html")
|
||||
|
||||
def deploy():
|
||||
""" Activate local virtualenv
|
||||
"""
|
||||
local("git commit -am 'update'")
|
||||
local("git push")
|
||||
+15
-7
@@ -3,7 +3,9 @@
|
||||
<head>
|
||||
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
||||
<meta name='generator' value='Ronn/v0.5'>
|
||||
<title>kenneth-reitz(1) -- passionate web architect + developer</title>
|
||||
<title>kennethreitz(1) --
|
||||
|
||||
<a href="http://github.com/kennethreitz"><code>kenneth-reitz(1)</code></a> -- passionate web architect + developer</title>
|
||||
<style type='text/css'>
|
||||
body {margin:0}
|
||||
#man, #man code, #man pre, #man tt, #man kbd, #man samp {
|
||||
@@ -54,16 +56,18 @@
|
||||
<body>
|
||||
<div id='man'>
|
||||
|
||||
<h1 class='man-title'>kenneth-reitz(1)</h1>
|
||||
<h1 class='man-title'>kennethreitz(1)</h1>
|
||||
|
||||
<ol class='head man'>
|
||||
<li class='tl'>kenneth-reitz(1)</li>
|
||||
<li class='tl'>kennethreitz(1)</li>
|
||||
<li class='tc'></li>
|
||||
<li class='tr'>kenneth-reitz(1)</li>
|
||||
<li class='tr'>kennethreitz(1)</li>
|
||||
</ol>
|
||||
|
||||
<h2 id='NAME'>NAME</h2>
|
||||
<p><code>kenneth-reitz</code> -- passionate web architect + developer</p>
|
||||
<p><code>kennethreitz</code> --
|
||||
|
||||
<a href="http://github.com/kennethreitz"><code>kenneth-reitz(1)</code></a> -- passionate web architect + developer</p>
|
||||
|
||||
<h2>SYNOPSIS</h2>
|
||||
|
||||
@@ -72,10 +76,14 @@ I spend my day developing for Clutch Inc., an internet consulting firm in Winche
|
||||
|
||||
<h2>STUFF I WORK WITH</h2>
|
||||
|
||||
<p>Python, PHP, XHTML + CSS + JS, Bourne, Groovy, C#, ColdFusion, Java, Scheme, limited C, and Pascal.</p>
|
||||
<p>Python, PHP, (real) JavaScript , XHTML + CSS, Bourne, Groovy, C#, and Scheme.</p>
|
||||
|
||||
<p>jQuery, Prototype, ExtJS, WordPress, CodeIgniter, Appcelerator Titanium, Redmine, Drupal, Joomla, Django, Pylons, Jekyll, Liquid, Shopify, Tumblr, TypePad, Octopress, Compass, SharePoint 2007, Grails, Capistrano, and Fiber.</p>
|
||||
|
||||
<h2>STUFF I HATE WORKING WITH BUT GET PAID TO</h2>
|
||||
|
||||
<p>ColdFusion, Java, C, and Pascal.</p>
|
||||
|
||||
<h2>TOOLKIT</h2>
|
||||
|
||||
<p>OS X 10.6, 13" MacBook Pro (2.53GHz, 4.0GB, 500GB 7200), Google Chrome (dev), Things.app, Ulysses Core, Launchbar, Git + GitHub, Gist, Ubuntu JeOS, Zsh, Redmine, Curdbee, Linode, Cinch, Spotify, Tweetie, Amazon S3, MediaTemple, and ZümHosting.</p>
|
||||
@@ -132,7 +140,7 @@ Phone: +1.540.200.8536</p>
|
||||
<ol class='foot man'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>April 2010</li>
|
||||
<li class='tr'>kenneth-reitz(1)</li>
|
||||
<li class='tr'>kennethreitz(1)</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
a {color: black;}
|
||||
</style>
|
||||
|
||||
kenneth-reitz(1) -- passionate web architect + developer
|
||||
[`kenneth-reitz(1)`](http://github.com/kennethreitz) -- passionate web architect + developer
|
||||
==============================================
|
||||
|
||||
## SYNOPSIS
|
||||
@@ -14,10 +14,17 @@ I spend my day developing for Clutch Inc., an internet consulting firm in Winche
|
||||
|
||||
|
||||
## STUFF I WORK WITH
|
||||
Python, PHP, XHTML + CSS + JS, Bourne, Groovy, C#, ColdFusion, Java, Scheme, limited C, and Pascal.
|
||||
Python, PHP, (real) JavaScript , XHTML + CSS, Bourne, Groovy, C#, and Scheme.
|
||||
|
||||
jQuery, Prototype, ExtJS, WordPress, CodeIgniter, Appcelerator Titanium, Redmine, Drupal, Joomla, Django, Pylons, Jekyll, Liquid, Shopify, Tumblr, TypePad, Octopress, Compass, SharePoint 2007, Grails, Capistrano, and Fiber.
|
||||
|
||||
|
||||
## STUFF I HATE WORKING WITH BUT GET PAID TO
|
||||
|
||||
ColdFusion, Java, C, and Pascal.
|
||||
|
||||
|
||||
|
||||
## TOOLKIT
|
||||
OS X 10.6, 13" MacBook Pro (2.53GHz, 4.0GB, 500GB 7200), Google Chrome (dev), Things.app, Ulysses Core, Launchbar, Git + GitHub, Gist, Ubuntu JeOS, Zsh, Redmine, Curdbee, Linode, Cinch, Spotify, Tweetie, Amazon S3, MediaTemple, and ZümHosting.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user