]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/index.html
Correct urls for blog
[rbdr/r.bdr.sh] / jekyll / index.html
index b56530bb9078ec5afd0b8e737d279c750d32e84c..8912a7fa073ca48476d7259acf9dc5b3e66bcf48 100644 (file)
@@ -1,47 +1,85 @@
 ---
 layout: default
-title: Cosas de Ben Beltran
-description: "N, S o Vocal. El lote abandonado de Ben Beltran. Juegos, Web y ñonerías. Siempre."
+title: /index.html
+description: "unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza"
 ---
 <div class="content">
-      {% for post in paginator.posts %}
-        <div class="postcontainer">
-          <h1>{{ post.title }}</h1>
-          <div class="posttags row">
-            <div class="span3">
-              <i class="icon-tags"></i>
-                {% for tag in post.tags %}
-                  <a href="/tags/{{tag}}">{{tag}}</a>
-                {% endfor %}
-            </div>
-            <div class="span2"><i class="icon-folder-close"></i> <a href="/categories/{{ post.category }}">{{ post.category }}</a></div>
-            <div class="span1"><i class="icon-calendar"></i> <a href="{{ post.url }}">{{ post.date | date: "%m/%e/%Y"}}</a></div>
-          </div>
-          <div class="postcontent">
-            {{ post.content }}
-          </div>
-        </div>
-          <hr/>
-      {% endfor %}
+  <h1> Projects</h1>
+
+  <ul>
+    <li>
+      <a href="https://github.com/serpentity" class="javascript">Serpentity</a>:
+      An entity framework for JavaScript.
+    </li>
+    <li>
+      [SPANISH] <a href="http://insultos.unlimited.pizza" class="javascript">Generador de Insultos</a>:
+      Un generador de insultos multi-usos que te da un insulto nuevo cada vez
+      que la cargas. Generalmente apropiado para toda la familia, a veces no.
+    </li>
+    <li>
+      <a href="https://github.com/rbdr/api-notation.vim" class="etc">API Notation for vim</a>,
+      <a href="https://github.com/rbdr/api-notation-atom" class="etc">atom</a>, &amp;
+      <a href="https://github.com/rbdr/api-notation.tmLanguage" class="etc">sublime text</a>:
+      A syntax for notation component APIs in a simple way that's easy to embed in text documents.
+    </li>
+    <li>
+      <a href="telnet:unlimited.pizza:7777" class="etc">telnet unlimited.pizza 7777</a>:
+      a random work of ansi art. Better with 24-bit enabled terminals. Powered by
+      <a href="https://github.com/rbdr/tomato-sauce">Tomato Sauce</a>.
+    </li>
+    <li>
+      <a href="https://dasein.unlimited.pizza" class="etc">Dasein</a>:
+      Ephemeral posts experiment.
+      <a href="https://github.com/rbdr/dasein">See the source</a>.
+    </li>
+    <li>
+      <a href="https://lgtm.unlimited.pizza" class="etc">LGTM</a>:
+      Looks Good To Me! 👍
+      <a href="https://github.com/rbdr/lgtm">See the source</a>.
+    </li>
+    <li>
+      <a href="https://heart.unlimited.pizza" class="etc">Heart</a>:
+      ❤️💜💙💛💚
+    </li>
+    <li>
+      <a href="https://frames.unlimited.pizza" class="etc">Frames</a>:
+      🆒
+    </li>
+    <li>
+      <a href="http://blog.unlimited.pizza" class="javascript">blog</a>:
+      My blog. Only 3 posts at a time.
+      <a href="https://github.com/rbdr/blog">See the source</a>.
+    </li>
+    <li>
+      [SPANISH] <a href="https://rbdr.github.io/dead-drop/" class="etc">Dead Drop</a>:
+      Marca al 📞 (33) 4160-0915 y deja un mensaje, o escucha un mensaje al azar.
+      <a href="https://github.com/rbdr/dead-drop">Ve el código</a>.
+    </li>
+    <li>
+      <a href="/files/polarity.zip" class="javascript">Polarity</a>:
+        A game I did a long time ago
+    </li>
+  </ul>
+
+  <h1>Even more stuff.</h1>
+
+  <p><img src="/img/selfie.gif" alt="An image of @pigeonfolk."/></p>
+
+  <p>🍕 Unlimited pizza 🍕 is brought to you by blood magic, ancient rituals and
+  me, Rubén Beltrán del Río. I have words written (español e inglés) on
+  <a href="https://medium.com/@expertosenbing">medium</a>,
+  spoken in <a href="https://www.youtube.com/playlist?list=PLYxitPB3WXb1B4zPAsj92l9ay5pBOyynt">a handy playlist</a>,
+  music at <a href="https://soundcloud.com/benbeltran">soundcloud</a>
+  and <a href="https://myspace.bandcamp.com">bandcamp</a>,
+  and code at <a href="https://github.com/rbdr">github</a>. I sometimes post
+  pretty things in <a href="https://ello.co/ososol">ello</a>.
+  You can <a href="mailto:ruben+up@unlimited.pizza">write me an e-mail</a> if you
+  find a cool artifact you want to show me, if you need to remember a word, if
+  you want a cyber high five, if robots are starting an uprising and you want us
+  to join, or if you want to get together to practice your latest dance moves.
+  But <a href="https://twitter.com/pigeonfolk">twitter</a> works better.
+  </p>
+  <p>Even better, sign my <a href="/guestbook.html">audio guestbook</a> and 
+  leave your voice on the internet.</p>
+  <h1>🍰</h1>
 </div>
-  <div class="row">
-    <div class="span2">
-    {% if paginator.previous_page %}
-    {% if paginator.previous_page == 1 %}
-      <a href="/">&larr; Previous
-        Page</a>
-    {% else %}
-      <a href="/page{{ paginator.previous_page }}">&larr; Previous
-        Page</a>
-    {% endif %}
-    {% else %}
-    &nbsp;
-    {% endif %}
-    </div>
-    <div class="span2 offset3">
-    {% if paginator.next_page %}
-      <a href="/page{{ paginator.next_page }}">Next Page &rarr;</a>
-    {% else %}
-      &nbsp;
-    {% endif %}
-    </div>