summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index 269956f..a389bca 100644
--- a/_config.yml
+++ b/_config.yml
@@ -48,10 +48,6 @@ collections:
permalink: /:year/:title.html
sort_by: 'date'
-feed:
- collections:
- - featured
-
gems:
- jekyll-feed
- jekyll-sitemap
@@ -61,6 +57,11 @@ gems:
plugins:
- jekyll-paginate
+feed:
+ collections:
+ - posts
+ - featured
+
paginate: 5
paginate_path: '/page/:num/'