Add grid archive to Portfolio index
DRY up archive include
- Combine grid and list view into one include
Improve breadcrumb helper
- Add support for collections
- Add support for crumb links that point to auto-generated archive pages (courtesy of Jekyll Archives plugin) and single page Liquid spaghetti pages
- Improve styling
Add support for Jekyll Archives plugin
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
Add page taxonomy links for tags and categories
- Customizable text via _data file
- Enable/disable links by setting archive page filenames in _config.yml
Add file extensions back to non-helper _includes
Continue to refine styles and layouts
Correct headline hierarchy
Merge branch 'feature/more-sample-posts' into develop
Merge branch 'feature/refactor-includes-layouts' into develop
Remove extensions from _includes to simplify naming
Add space after YAML Front Matter
Merge branch 'feature/improve-demos' into develop
Add sample portfolio/case study
Disable author profile on archive pages
Rename post.html _layout to single
Rename include to archive-list-single.html
Use archive template for home page
- Remove home specific _layout