From 99ad0e30a1418da7403fea3f8b6fb08953c62903 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 11 Mar 2010 07:18:08 +1100 Subject: [PATCH] Enable feeds --- content/feed.xml | 2 +- content/feed.yaml | 2 +- content/personal/feed.xml | 2 +- content/personal/feed.yaml | 5 ++++- content/technical/feed.xml | 2 +- content/technical/feed.yaml | 4 +++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/content/feed.xml b/content/feed.xml index 3444648..478126f 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -1 +1 @@ -<%#= atom_feed %> +<%= atom_feed(:limit => 10) %> diff --git a/content/feed.yaml b/content/feed.yaml index e6e4512..c196a86 100644 --- a/content/feed.yaml +++ b/content/feed.yaml @@ -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/ diff --git a/content/personal/feed.xml b/content/personal/feed.xml index 1812ff3..3c78ba2 100644 --- a/content/personal/feed.xml +++ b/content/personal/feed.xml @@ -1 +1 @@ -<%#= atom_feed(:articles => personal_articles) %> +<%= atom_feed(:articles => personal_articles, :limit => 10) %> diff --git a/content/personal/feed.yaml b/content/personal/feed.yaml index e521976..e46eaf4 100644 --- a/content/personal/feed.yaml +++ b/content/personal/feed.yaml @@ -1,2 +1,5 @@ --- -title: A New Item +title: WezM.net - Personal Articles +author_name: Wesley Moore +author_uri: http://www.wezm.net/about/ + diff --git a/content/technical/feed.xml b/content/technical/feed.xml index b086c28..151eb0e 100644 --- a/content/technical/feed.xml +++ b/content/technical/feed.xml @@ -1 +1 @@ -<%#= atom_feed(:articles => technical_articles) %> +<%= atom_feed(:articles => technical_articles, :limit => 10) %> diff --git a/content/technical/feed.yaml b/content/technical/feed.yaml index e521976..1ce0bd4 100644 --- a/content/technical/feed.yaml +++ b/content/technical/feed.yaml @@ -1,2 +1,4 @@ --- -title: A New Item +title: WezM.net - Technical Articles +author_name: Wesley Moore +author_uri: http://www.wezm.net/about/