Is there a way to pull archives from multiple urls, something like:
<r:if_url matches="^/$">
<r:find url="/tutorials:/blog:/usn:/dsa">
<r:children:each order="desc" limit="5">
<article role="article" class="post">
<header>
<h2><r:link /></h2>
<span>
<time date="<r:date %Y-%M-%D />" pubdate>
<r:date format="%B %d, %Y" />
</time>
by: <r:author />
</span>
</header>
<r:content />
</article>
<hr />
</r:children:each>
</r:find>
</r:if_url>
Where the colon is a new URL.