prepare things for a blog
[web.git] / blog / archive.html
diff --git a/blog/archive.html b/blog/archive.html
new file mode 100644 (file)
index 0000000..9f0119e
--- /dev/null
@@ -0,0 +1,19 @@
+---
+title: "Ralf's Ramblings: Archive"
+slug: Archive
+rss: true
+sort: 1
+hide: true
+---
+
+<p>Here you can find 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>