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:
Michael Rose
2016-03-09 15:11:34 -05:00
parent fee2adfa46
commit 7ac2a1263e
6 changed files with 99 additions and 7 deletions

View File

@@ -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