summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rss.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/rss.xml b/rss.xml
index 4722d0c..2018dad 100644
--- a/rss.xml
+++ b/rss.xml
@@ -4,10 +4,10 @@ layout: nil
<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>coyled.com</title>
- <link>http://coyled.com/</link>
- <atom:link href="http://coyled.com/rss.xml" rel="self" type="application/rss+xml" />
- <description>stuff from coyled</description>
+ <title>José Mota - Blog</title>
+ <link>http://blog.josemota.net/</link>
+ <atom:link href="http://blog.josemota.net/rss.xml" rel="self" type="application/rss+xml" />
+ <description>Thoughts on Ruby, Javascript and acceptance.</description>
<language>en-us</language>
<pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>
@@ -17,8 +17,8 @@ layout: nil
<title>{{ post.title }}</title>
<link>http://coyled.com{{ post.url }}</link>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
- <author>coyled@coyled.com (Dave Coyle)</author>
- <guid>http://coyled.com{{ post.id }}</guid>
+ <author>José Mota</author>
+ <guid>http://blog.josemota.net{{ post.id }}</guid>
<description>{{ post.content | xml_escape }}</description>
</item>
{% endfor %}