From: Matt S Trout Date: Thu, 10 Feb 2011 18:19:02 +0000 (+0000) Subject: full set of feed configs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43d82938c296b79d7614d6f497056d4f6c016310;p=scpubgit%2FSCS.git full set of feed configs --- diff --git a/lib/SCSite.pm b/lib/SCSite.pm index 5972766..76c7414 100644 --- a/lib/SCSite.pm +++ b/lib/SCSite.pm @@ -45,7 +45,19 @@ sub _build__feed_configs { 'blog' => { title => 'All Shadowcat blogs', entries => { min_depth => 2, max_depth => 3 }, - } + }, + 'blog/matt-s-trout' => { + title => q{Matt S Trout (mst)'s blog}, + entries => { at_depth => 1 }, + }, + 'blog/mark-keating' => { + title => q{Mark Keating (mdk)'s blog}, + entries => { min_depth => 1, max_depth => 2 }, + }, + 'news' => { + title => 'Shadowcat News', + entries => { at_depth => 4 }, + }, }; $f->{$_}{base} ||= $_ for keys %$f; $f; diff --git a/t/pages/blog/mdk/2011/post.md b/t/pages/blog/mark-keating/2011/post.md similarity index 100% rename from t/pages/blog/mdk/2011/post.md rename to t/pages/blog/mark-keating/2011/post.md diff --git a/t/pages/blog/mdk/post2.md b/t/pages/blog/mark-keating/post2.md similarity index 100% rename from t/pages/blog/mdk/post2.md rename to t/pages/blog/mark-keating/post2.md diff --git a/t/pages/blog/mst/post.md b/t/pages/blog/matt-s-trout/post.md similarity index 100% rename from t/pages/blog/mst/post.md rename to t/pages/blog/matt-s-trout/post.md diff --git a/t/pages/blog/mst/post2.md b/t/pages/blog/matt-s-trout/post2.md similarity index 100% rename from t/pages/blog/mst/post2.md rename to t/pages/blog/matt-s-trout/post2.md