---
layout: nil
site-homepage: ronalleva.com
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Ron Alleva Blog</title>
 <link href="/feed/" rel="self"/>
 <link href="/"/>
 <updated>{{ site.time | date_to_xmlschema }}</updated>
 <id></id>
 <author>
   <name>Ron</name>
   <email></email>
 </author>

 {% for post in site.posts %}
 <entry>
   <title>{{ post.title }}</title>
   <link href="{{ post.url }}"/>
   <updated>{{ post.date | date_to_xmlschema }}</updated>
   <id>{{ post.id }}</id>
   <content type="html"><a href="{{ post.url }}">Read more...</a></content>
 </entry>
 {% endfor %}
 
</feed>