From 0afbfaee75e8480e8e0ed0a3bbd3749a4756f727 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 10 Sep 2010 23:25:10 +0200 Subject: initial import --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..332140a --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ +--- +layout: default +title: I'm a lumberjaph +--- +{% assign first_post = site.posts.first %} +
+

{{ first_post.title }}

+
published {{ first_post.date | date_to_string }}
+ {{ first_post.content }} + Comments » +
-- cgit v1.2.3