Ghost/core
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
..
client@21dc92582e Updated Ghost-Admin to 1.24.5 2018-06-19 17:18:01 +02:00
server Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
test Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00