diff --git a/_config.yml b/_config.yml
index 956da86d..3b299a60 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1,3 @@
+title: Emacs User JP
+url: emacs-jp.github.com
markdown: redcarpet
diff --git a/_layouts/layout.html b/_layouts/layout.html
index e021433c..a0702ee8 100644
--- a/_layouts/layout.html
+++ b/_layouts/layout.html
@@ -3,6 +3,7 @@
emacs-jp.github.com - {{ page.title }}
+
diff --git a/atom.xml b/atom.xml
new file mode 100644
index 00000000..ce1808b1
--- /dev/null
+++ b/atom.xml
@@ -0,0 +1,25 @@
+---
+layout: nil
+title : Atom Feed
+---
+
+
+ {{ site.title }}
+
+
+ {{ site.time | date_to_xmlschema }}
+ {{ site.url }}
+
+ {{ site.title }}
+
+
+ {% for post in site.posts %}
+
+ {{ post.title }}
+
+ {{ post.date | date_to_xmlschema }}
+ {{ site.url }}{{ post.id }}
+ {{ post.content | xml_escape }}
+
+ {% endfor %}
+