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/