prepare for having two sites: personal and research
[web.git] / ralf / blog / archive.html
diff --git a/ralf/blog/archive.html b/ralf/blog/archive.html
new file mode 100644 (file)
index 0000000..f6db232
--- /dev/null
@@ -0,0 +1,19 @@
+---
+title: Archive
+pretitle: "Ralf's Ramblings"
+rss: true
+sort: 1
+hide: true
+---
+
+<p>Here you can find direct links to all my blog posts.</p>
+
+  <ul class="post-list">
+    {% for post in site.posts %}
+      <li>
+        <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
+        &raquo;
+        <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
+      </li>
+    {% endfor %}
+  </ul>