Last active
January 19, 2021 18:15
-
-
Save gr36/9d5bc0071021919a43f248757a3f5cc9 to your computer and use it in GitHub Desktop.
Routes
This file contains hidden or 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: | |
| /rss/: | |
| template: /rss/ | |
| content_type: text/xml | |
| collections: | |
| /: | |
| permalink: /{slug}/ | |
| template: index | |
| filter: tag:-[links,newsletter,notes,micro] | |
| /links/: | |
| permalink: /links/{slug}/ | |
| template: index | |
| filter: tag:[links] | |
| order: published_at desc | |
| /gtt/: | |
| permalink: /gtt/{slug}/ | |
| template: index | |
| filter: tag:[newsletter] | |
| order: published_at desc | |
| /notes/: | |
| permalink: /notes/{slug}/ | |
| template: index | |
| filter: tag:[notes] | |
| order: published_at desc | |
| /micro/: | |
| permalink: /micro/{slug}/ | |
| template: index | |
| filter: tag:[micro] | |
| order: published_at desc | |
| taxonomies: | |
| tag: /tag/{slug}/ | |
| author: /author/{slug}/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment