toosolo
Version:
基于Node.js的静态博客程序
20 lines • 482 B
text/jade
!!! xml
rss(version="2.0")
channel
title #{blogName}
link http://#{domain}
description #{blogDescription}
lastBuildDate #{pubDate}
generator Solo 2.0
- for blog in blogList
item
title #{blog.title}
link http://#{domain}/article/#{blog.url}.html
guid(isPermaLink="true") http://#{domain}/article/#{blog.url}.html
pubDate #{blog.pubDate}
- for tag in blog.tags
category #{tag}
description
| <![CDATA[
| !{blog.content}
| ]]>