full set of feed configs
Matt S Trout [Thu, 10 Feb 2011 18:19:02 +0000 (18:19 +0000)]
lib/SCSite.pm
t/pages/blog/mark-keating/2011/post.md [moved from t/pages/blog/mdk/2011/post.md with 100% similarity]
t/pages/blog/mark-keating/post2.md [moved from t/pages/blog/mdk/post2.md with 100% similarity]
t/pages/blog/matt-s-trout/post.md [moved from t/pages/blog/mst/post.md with 100% similarity]
t/pages/blog/matt-s-trout/post2.md [moved from t/pages/blog/mst/post2.md with 100% similarity]

index 5972766..76c7414 100644 (file)
@@ -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;