blades 0.6.0

Blazing fast dead simple static site generator
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
    {{#site}}
        <title>{{title}}</title>
        <link>{{url}}</link>
        <description>{{description}}</description>
        <ttl>1440</ttl>
        <generator>blades</generator>
        {{#date}}<pubDate>{{a}}, {{d}} {{b}} {{y}} {{H}}:{{M}}:{{S}} GMT</pubDate>{{/date}}
        {{#email}}<managingEditor>{{email}}</managingEditor>
        <webMaster>{{email}}</webMaster>{{/email}}
    {{/site}}
    {{#pages}}
        <item>
            <title>{{title}}</title>
            <link>{{permalink}}</link>
            <description>{{summary}}</description>
            {{#date}}<pubDate>{{a}}, {{d}} {{b}} {{y}} {{H}}:{{M}}:{{S}} GMT</pubDate>{{/date}}
        </item>
        {{#pictures}}<item>
            <title>{{caption}}</title>
            <link>{{permalink}}</link>
            <description>{{alt}}</description>
            {{#taken}}<pubDate>{{a}}, {{d}} {{b}} {{y}} {{H}}:{{M}}:{{S}} GMT</pubDate>{{/taken}}
            {{^taken}}{{#date}}<pubDate>{{a}}, {{d}} {{b}} {{y}} {{H}}:{{M}}:{{S}} GMT</pubDate>{{/date}}{{/taken}}
        </item>{{/pictures}}
    {{/pages}}
    </channel>
</rss>