site
scripts to generate personal blog and git repositories
git clone https://9o.is/git/site.git
item.xml
(342B)
1 <item>
2 <title>${title}</title>
3 <link>${siteurl}/${filename}</link>
4 <guid>${siteurl}/${filename}</guid>
5 <dc:date>${created}T00:00:00Z</dc:date>
6 <author>${author}</author>
7 <description><![CDATA[<h1>${title}</h1>
8 <p><strong>Last modification on </strong> <time>${updated}</time></p>
9 %{contentfile}]]></description>
10 </item>