routes:
  /rss/:
    template: rss
    content_type: text/xml
  /:
    data: page.home
    template: custom-home

collections:
  /blog/:
    permalink: /blog/{slug}/
    template: custom-blog
    filter: tag:blog
    data: tag.blog
  /podcast/:
    permalink: /podcast/{slug}/
    filter: tag:podcast
    template: custom-podcast
    data: tag.podcast

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/
