summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-10 23:25:10 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-10 23:25:10 +0200
commit0afbfaee75e8480e8e0ed0a3bbd3749a4756f727 (patch)
treef9e4d91866060661d53c50c66973fcd20600983f /index.html
downloadlumberjaph-0afbfaee75e8480e8e0ed0a3bbd3749a4756f727.tar.gz
initial import
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
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 %}
+<div id="post">
+ <h2><a href="{{ first_post.url }}">{{ first_post.title }}</a></h2>
+ <div id="date">published {{ first_post.date | date_to_string }}</div>
+ {{ first_post.content }}
+ <a id="more" href="{{ first_post.url }}#disqus">Comments &raquo;</a>
+</div>