mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Enable feeds
This commit is contained in:
parent
313be1b71b
commit
99ad0e30a1
6 changed files with 11 additions and 6 deletions
|
@ -1 +1 @@
|
|||
<%#= atom_feed %>
|
||||
<%= atom_feed(:limit => 10) %>
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -1 +1 @@
|
|||
<%#= atom_feed(:articles => personal_articles) %>
|
||||
<%= atom_feed(:articles => personal_articles, :limit => 10) %>
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
title: A New Item
|
||||
title: WezM.net - Personal Articles
|
||||
author_name: Wesley Moore
|
||||
author_uri: http://www.wezm.net/about/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<%#= atom_feed(:articles => technical_articles) %>
|
||||
<%= atom_feed(:articles => technical_articles, :limit => 10) %>
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
---
|
||||
title: A New Item
|
||||
title: WezM.net - Technical Articles
|
||||
author_name: Wesley Moore
|
||||
author_uri: http://www.wezm.net/about/
|
||||
|
|
Loading…
Reference in a new issue