-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
32 lines (24 loc) · 996 Bytes
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[memoz]]></title>
<link href="http://akautm.github.com/atom.xml" rel="self"/>
<link href="http://akautm.github.com/"/>
<updated>2012-03-14T01:22:45+09:00</updated>
<id>http://akautm.github.com/</id>
<author>
<name><![CDATA[akautm]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[テストだよ]]></title>
<link href="http://akautm.github.com/blog/2012/03/14/new-post/"/>
<updated>2012-03-14T01:10:00+09:00</updated>
<id>http://akautm.github.com/blog/2012/03/14/new-post</id>
<content type="html"><![CDATA[<p>rake new_post[“hoge”]
とかで新しいポストが作れないよー</p>
<p>➜ octopress git:(source) ✗ rake new_post[“test”]</p>
<p>zsh: no matches found: new_post[test]</p>
<p>とかでる。。</p>
]]></content>
</entry>
</feed>