From 582b5bc9958a30adcbc4c6e025b6ad0569c3f9a7 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 --- content/authors/havenwood.haml | 23 +++++++++++++++++++++++ content/authors/havenwood_feed.haml | 1 + 2 files changed, 24 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..47743e96 --- /dev/null +++ b/content/authors/havenwood.haml @@ -0,0 +1,23 @@ +--- +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 + My best to you, + 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..eb795b9e --- /dev/null +++ b/content/authors/havenwood_feed.haml @@ -0,0 +1 @@ += atom_feed :title => 'RVM blog author havenwood', :author_name => 'Shannon Skipper', :author_uri => 'https://rvm.io', :articles => articles_for(:author => 'havenwood')