diff --git a/_config.yml b/_config.yml
index 9798a429..e9e9dbae 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,6 +1,7 @@
---
markdown: redcarpet
name: React
+description: A JavaScript library for building user interfaces
redcarpet:
extensions:
- fenced_code_blocks
@@ -11,5 +12,6 @@ exclude:
- Gemfile.lock
- README.md
- Rakefile
+url: http://facebook.github.io
baseurl: /react
permalink: /blog/:year/:month/:day/:title.html
diff --git a/_layouts/default.html b/_layouts/default.html
index ef81e98d..0734c263 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,6 +12,7 @@
+
diff --git a/feed.xml b/feed.xml
new file mode 100644
index 00000000..ddd764e3
--- /dev/null
+++ b/feed.xml
@@ -0,0 +1,21 @@
+---
+layout: none
+---
+
+
+
+ {{ site.name }}
+ {{ site.description }}
+ {{ site.url }}{{ site.baseurl }}
+
+ {% for post in site.posts limit:10 %}
+ -
+ {{ post.title | xml_escape }}
+ {{ post.content | xml_escape }}
+ {{ post.date | date_to_xmlschema }}
+ {{ site.url }}{{ site.baseurl }}{{ post.url }}
+ {{ site.url }}{{ site.baseurl }}{{ post.url }}
+
+ {% endfor %}
+
+