Paginate posts for home page
- Configurejekyll-paginate - Modify home page to include paginator loop - Add pagination include and basic styling - Add " - page #" to <title></tile> for SEO benefits
This commit is contained in:
@@ -173,7 +173,8 @@ gems:
|
||||
|
||||
# Outputting
|
||||
permalink: /:categories/:title/
|
||||
paginate_path: /page:num
|
||||
paginate: 5 # amount of posts to show
|
||||
paginate_path: /page:num/
|
||||
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
|
||||
# HTML Compression
|
||||
|
||||
Reference in New Issue
Block a user