From 37dd6e68801c26eb62522db746676f5f2b518dce Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Tue, 31 Mar 2015 11:42:04 -0700 Subject: [PATCH] add blog author page links expect set :author_name as expected for feed --- content/authors/havenwood.haml | 22 ++++++++++++++++++++++ content/authors/havenwood_feed.haml | 1 + 2 files changed, 23 insertions(+) create mode 100644 content/authors/havenwood.haml create mode 100644 content/authors/havenwood_feed.haml diff --git a/content/authors/havenwood.haml b/content/authors/havenwood.haml new file mode 100644 index 00000000..34ca9039 --- /dev/null +++ b/content/authors/havenwood.haml @@ -0,0 +1,22 @@ +--- +title: Author Shannon Skipper +created_at: 2015-03-31 11:37:38 -0700 +--- + +%h3 + Hi, + +%p + I'm Shannon Skipper. You can find me as + %a{:href => "https://github.com/havenwood"} + havenwood + + on the Githubs or IRC. Happy coding! + +%p + -Shannon + +%h2 Articles + +%ul + = links_for_articles(:author => "havenwood") diff --git a/content/authors/havenwood_feed.haml b/content/authors/havenwood_feed.haml new file mode 100644 index 00000000..3400f357 --- /dev/null +++ b/content/authors/havenwood_feed.haml @@ -0,0 +1 @@ += atom_feed :title => 'RVM blog author havenwood', :author_name => 'Michal Papis', :author_uri => 'https://rvm.io', :articles => articles_for(:author => 'havenwood')