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')