]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Remvoes more extra stuff
authorBen Beltran <redacted>
Mon, 9 May 2016 02:38:22 +0000 (21:38 -0500)
committerBen Beltran <redacted>
Mon, 9 May 2016 02:38:22 +0000 (21:38 -0500)
jekyll/archive.html [deleted file]
jekyll/atom.xml [deleted file]

diff --git a/jekyll/archive.html b/jekyll/archive.html
deleted file mode 100644 (file)
index 3a4f30c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: default
----
-
-<div class="content">
-  <div class="related">
-    <h1>All</h1>
-    <ul>
-      {% for post in site.posts %}
-      <li>
-      <span>{{ post.date | date: "%m/%e/%Y" }}</span> <a
-        class="{{post.color}}" href="{{ post.url }}">{{ post.title }}</a>
-      </li>
-      {% endfor %}
-    </ul>
-  </div>
-</div>
diff --git a/jekyll/atom.xml b/jekyll/atom.xml
deleted file mode 100644 (file)
index 59cbba3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
----
-layout: nil
----
-<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom">
-
-  <title>N, S o Vocal</title>
-  <subtitle>Cosas de Ben Beltran</subtitle>
-  <link href="https://unlimited.pizza/atom.xml" rel="self" />
-  <link href="https://unlimited.pizza/" />
-
-  <updated>{{ site.time | date_to_xmlschema }}</updated>
-  <id>https://unlimited.pizza</id>
-  <author>
-    <name>Ben Beltran</name>
-    <email>ben@nsovocal.com</email>
-  </author>
-
-{% for post in site.posts | limit:20 %}
-  <entry>
-    <title>{{ post.title }}</title>
-    <link href="https://unlimited.pizza{{ post.url }}" />
-    <updated>{{ post.date | date_to_xmlschema }}</updated>
-    <id>http://unlimited.pizza{{ post.id }}</id>
-    <summary>{{post.description}}</summary>
-    <content type="html">{{ post.content | xml_escape }}</content>
-  </entry>
-{% endfor %}
-
-</feed>