Ghost/core/server/services/routing/helpers
kirrg001 c2fa469c4d Dynamic Routing Beta: Channels
refs #9601

- refactor architecture of routing so you can define a channel
- a channel is a different way of looking at your posts (a view)
- a channel does not change the url of a resource

Example channel

```
routes:
  /worldcup-2018-russia/:
    controller: channel
    filter: tag:football18
    data: tag.football18
```

- added ability to redirect resources to a channel/static route
- support templates for channels
- ensure we still support static routes (e.g. /about/: home)
- ensure pagination + rss works out of the box
2018-06-24 02:06:58 +02:00
..
context.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
error.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
fetch-data.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
format-response.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
index.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
post-lookup.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
render-entries.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
render-entry.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
renderer.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
secure.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
templates.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00