1
0
Fork 0
forked from wezm/wezm.net

Enable feeds

This commit is contained in:
Wesley Moore 2010-03-11 07:18:08 +11:00
parent 313be1b71b
commit 99ad0e30a1
6 changed files with 11 additions and 6 deletions

View file

@ -1 +1 @@
<%#= atom_feed %>
<%= atom_feed(:limit => 10) %>

View file

@ -1,5 +1,5 @@
---
title: WezM.net - All articles
title: WezM.net - All Articles
author_name: Wesley Moore
author_uri: http://www.wezm.net/about/
#feed_url: http://feeds.feedburner.com/wezm/

View file

@ -1 +1 @@
<%#= atom_feed(:articles => personal_articles) %>
<%= atom_feed(:articles => personal_articles, :limit => 10) %>

View file

@ -1,2 +1,5 @@
---
title: A New Item
title: WezM.net - Personal Articles
author_name: Wesley Moore
author_uri: http://www.wezm.net/about/

View file

@ -1 +1 @@
<%#= atom_feed(:articles => technical_articles) %>
<%= atom_feed(:articles => technical_articles, :limit => 10) %>

View file

@ -1,2 +1,4 @@
---
title: A New Item
title: WezM.net - Technical Articles
author_name: Wesley Moore
author_uri: http://www.wezm.net/about/