site
scripts to generate personal blog and git repositories
git clone https://9o.is/git/site.git
item.xml
(339B)
1 <entry>
2 <title>${title}</title>
3 <link rel="alternate" type="text/html" href="${siteurl}/${filename}" />
4 <id>${siteurl}/${filename}</id>
5 <updated>${updated}T00:00:00Z</updated>
6 <published>${created}T00:00:00Z</published>
7 <author>
8 <name>${author}</name>
9 <uri>${siteurl}</uri>
10 </author>
11 <summary>${description}</summary>
12 </entry>