Skip to content

Instantly share code, notes, and snippets.

@kiriappeee
Last active November 19, 2018 10:11
Show Gist options
  • Save kiriappeee/7662d87a846fd64242c05b3f75969b3a to your computer and use it in GitHub Desktop.
Save kiriappeee/7662d87a846fd64242c05b3f75969b3a to your computer and use it in GitHub Desktop.
Blog Routes
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