Skip to content

Commit 85426fc

Browse files
committed
publish
1 parent c49f71b commit 85426fc

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

pages/projects.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
---
2-
projects:
1+
---
2+
projects:
33
- name: github
44
url: http://github.com
55
description: Social coding.
@@ -57,5 +57,5 @@ projects:
5757
- name: jasper
5858
url: http://github.com/defunkt/jasper
5959
description: Lispy JavaScript
60-
width: 4968
60+
width: 5552
6161
---

projects.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title> projects </title>
55
<link href="reset.css" rel="stylesheet" type="text/css" />
66
<link href="defunkt.css" rel="stylesheet" type="text/css" />
7-
<style>.row { width: 4968px; }</style>
7+
<style>.row { width: 5552px; }</style>
88
</head>
99

1010
<body>
@@ -15,6 +15,10 @@ <h1> projects </h1>
1515
<h2> github </h2>
1616
<p> Social coding. </p>
1717
</a>
18+
<a href="http://github.com/defunkt/repl" class="block">
19+
<h2> repl </h2>
20+
<p> sometimes you need a repl </p>
21+
</a>
1822
<a href="http://github.com/defunkt/hub" class="block">
1923
<h2> hub </h2>
2024
<p> hub introduces git to GitHub </p>
@@ -31,6 +35,10 @@ <h2> mustache </h2>
3135
<h2> pystache </h2>
3236
<p> Mustache in Python </p>
3337
</a>
38+
<a href="http://github.com/defunkt/gist" class="block">
39+
<h2> gist </h2>
40+
<p> Absolutely the best command line gister. </p>
41+
</a>
3442
<a href="http://hellorip.com" class="block">
3543
<h2> rip </h2>
3644
<p> A next generation packaging system for Ruby. </p>
@@ -47,6 +55,10 @@ <h2> cijoe </h2>
4755
<h2> textmate.el </h2>
4856
<p> Basic emulation of awesome TextMate features for Emacs. </p>
4957
</a>
58+
<a href="http://github.com/defunkt/gist.el" class="block">
59+
<h2> gist.el </h2>
60+
<p> Yet another Emacs paste mode, this one for Gist. </p>
61+
</a>
5062
<a href="http://github.com/defunkt/github-markup" class="block">
5163
<h2> github-markup </h2>
5264
<p> The code we use to render README.your_favorite_markup </p>
@@ -67,10 +79,6 @@ <h2> lyndon </h2>
6779
<h2> facebox </h2>
6880
<p> Facebook-style lightbox, built in jQuery </p>
6981
</a>
70-
<a href="http://github.com/defunkt/gist.el" class="block">
71-
<h2> gist.el </h2>
72-
<p> Yet another Emacs paste mode, this one for Gist. </p>
73-
</a>
7482
<a href="http://github.com/defunkt/ircamp" class="block">
7583
<h2> ircamp </h2>
7684
<p> IRC &lt;-&gt; Campfire Bridge </p>

0 commit comments

Comments
 (0)