summaryrefslogtreecommitdiff
path: root/list.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-11-26 10:36:10 -0800
committerFranck Cuny <franck.cuny@gmail.com>2013-11-26 10:36:10 -0800
commit8ddf2e94df70707b458528a437759b96046d3e01 (patch)
treed442818d92d3c9c6f7fcdc92857a1228963849a1 /list.md
parentDon't need to use the IP in the makefile. (diff)
downloadlumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and styles. Added a new page for the resume.
Diffstat (limited to 'list.md')
-rw-r--r--list.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/list.md b/list.md
new file mode 100644
index 0000000..5354fd1
--- /dev/null
+++ b/list.md
@@ -0,0 +1,18 @@
+---
+layout: static
+title: List of articles
+---
+
+<div id='wrapper'>
+ <h3>Posts</h3>
+
+ <ul>
+ {% for post in site.posts %}
+ <li>
+ <a href="{{ post.url }}">{{ post.title }}</a>
+ <span class="date">{{ post.date | date_to_string }}</span>
+ </li>
+ {% endfor %}
+ </ul>
+
+</div>