Add support for Jekyll Archives plugin

- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
This commit is contained in:
Michael Rose
2016-03-11 09:39:20 -05:00
parent 1ccd5f6bf0
commit 3aa50cc5a5
9 changed files with 97 additions and 42 deletions

View File

@ -1,6 +1,6 @@
---
layout: archive
permalink: /category-archive/
permalink: /categories/
title: "Posts by Category"
author_profile: false
---

View File

@ -1,6 +1,6 @@
---
layout: archive
permalink: /tag-archive/
permalink: /tags/
title: "Posts by Tags"
author_profile: false
---