Last active
November 19, 2018 10:11
-
-
Save kiriappeee/7662d87a846fd64242c05b3f75969b3a to your computer and use it in GitHub Desktop.
Blog Routes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
routes: | |
/: | |
template: home | |
rss: true | |
/projects/all/: | |
controller: channel | |
filter: tag:primary-active-project,tag:primary-archived-project | |
template: blog | |
rss: true | |
collections: | |
/blog/: | |
permalink: /blog/{slug}/ | |
filter: tag:blog | |
/projects/blog/: | |
permalink: /projects/blog/{slug}/ | |
filter: tag:project-blog | |
template: blog | |
/projects/logs/: | |
permalink: /projects/logs/{slug}/ | |
filter: tag:project-log | |
template: blog | |
rss: true | |
/projects/: | |
permalink: /projects/{slug}/ | |
template: projects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment