]> git.ralfj.de Git - web.git/blobdiff - blog/index.html
prepare for having two sites: personal and research
[web.git] / blog / index.html
diff --git a/blog/index.html b/blog/index.html
deleted file mode 100644 (file)
index e02b8d2..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
----
-layout: default
-title: "Ralf's Ramblings"
-slug: Blog
-rss: true
----
-
-
-  <ul class="post-list">
-    {% for post in site.posts %}
-      <li>
-        <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
-
-        <h2>
-          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
-        </h2>
-      </li>
-    {% endfor %}
-  </ul>
-
-  <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>