summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-11 07:56:00 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-11 07:56:00 -0800
commitf6ded9a5bfd4ffed32b5ea5cd5edaa53ee50f74e (patch)
treeebd1e226bc242dfcad70ca54f3e4878b142ce77d
parentRemove navigation arrows. (diff)
downloadlumberjaph-f6ded9a5bfd4ffed32b5ea5cd5edaa53ee50f74e.tar.gz
Add headers to drafts articles.
-rw-r--r--_drafts/a-repl-is-superior-to-a-shell.md5
-rw-r--r--_drafts/how-i-learned-to-stop-worrying-and-love-emacs.md6
-rw-r--r--_drafts/on-doing-a-good-job.md6
-rw-r--r--_drafts/on-pair-programming.md7
4 files changed, 24 insertions, 0 deletions
diff --git a/_drafts/a-repl-is-superior-to-a-shell.md b/_drafts/a-repl-is-superior-to-a-shell.md
index e69de29..cda93bc 100644
--- a/_drafts/a-repl-is-superior-to-a-shell.md
+++ b/_drafts/a-repl-is-superior-to-a-shell.md
@@ -0,0 +1,5 @@
+---
+layout: post
+title: A REPL is superior to a shell
+summary: In which I show that a REPL is superior to a shell
+---
diff --git a/_drafts/how-i-learned-to-stop-worrying-and-love-emacs.md b/_drafts/how-i-learned-to-stop-worrying-and-love-emacs.md
index c80b0ae..57d8944 100644
--- a/_drafts/how-i-learned-to-stop-worrying-and-love-emacs.md
+++ b/_drafts/how-i-learned-to-stop-worrying-and-love-emacs.md
@@ -1,3 +1,9 @@
+---
+layout: post
+title: How I learned to stop worrying and love Emacs
+summary: In which I share my love for Emacs.
+---
+
Until a few years ago I was a vi user. One of my then co-worker was a heavy Emacs user and I used to make fun of him.
Like many developers, I was obsessed with my configuration files, trying to improve.
diff --git a/_drafts/on-doing-a-good-job.md b/_drafts/on-doing-a-good-job.md
index 55a1ade..2f0e3ab 100644
--- a/_drafts/on-doing-a-good-job.md
+++ b/_drafts/on-doing-a-good-job.md
@@ -1,3 +1,9 @@
+---
+layout: post
+title: On doing a good job.
+summary: In which I share my thought on what it means to do a good job.
+---
+
It's rarely easy to know if you're doing a good job. There's so many point of views
* users
* developers
diff --git a/_drafts/on-pair-programming.md b/_drafts/on-pair-programming.md
index ed03b63..3b1291b 100644
--- a/_drafts/on-pair-programming.md
+++ b/_drafts/on-pair-programming.md
@@ -1,3 +1,10 @@
+---
+layout: post
+title: On pair programming
+summary: In which I share how I'm doing pair programming.
+---
+
+
I'm working in a small team, since it's only me and Hachi. We've been working together for about 8 months now, and we've developed an interesting way to work. Our projects can be differents, it can be coding, experimeneting tools, deploying them, build systems around tools, etc.
## Setup