|
@@ -11,7 +11,7 @@
|
11
|
11
|
* **SITE-BREAKING CHANGE**: Coleslaw now supports user-defined routing.
|
12
|
12
|
Instead of hard-coding the paths various content types are stored at,
|
13
|
13
|
they **must** be specified in the configuration file (.coleslawrc).
|
14
|
|
- Just copy the `:routing` key from the [example][single_site.rc] to
|
|
14
|
+ Just copy the `:routing` key from the [example][example.rc] to
|
15
|
15
|
get the old behavior.
|
16
|
16
|
* **SITE-BREAKING CHANGE**: Coleslaw's multi-site support has changed.
|
17
|
17
|
Instead of having a single .coleslawrc in the user's home directory
|
|
@@ -98,4 +98,4 @@
|
98
|
98
|
|
99
|
99
|
[hacking_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md
|
100
|
100
|
[theming_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/themes.md
|
101
|
|
-[single_site.rc]: https://github.com/redline6561/coleslaw/blob/master/examples/single-site.coleslawrc
|
|
101
|
+[example.rc]: https://github.com/redline6561/coleslaw/blob/master/examples/example.coleslawrc
|