|
@@ -119,7 +119,13 @@ and return rendered HTML. **Coleslaw** defines a helper called
|
119
|
119
|
there are RSS, ATOM, and sitemap templates *coleslaw* uses automatically.
|
120
|
120
|
No need for individual themes to reimplement a standard, after all!
|
121
|
121
|
|
122
|
|
-// TODO: Update for changes to compile-blog, indexes refactor, etc.
|
|
122
|
+### Plugins
|
|
123
|
+
|
|
124
|
+**Coleslaw** also encourages extending functionality via plugins. The Plugin
|
|
125
|
+API is well-documented and flexible enough for many use cases. Do check the
|
|
126
|
+[API docs](https://github.com/redline6561/coleslaw/blob/master/docs/plugin-api.md)
|
|
127
|
+when contemplating a new feature and see if a plugin would be appropriate.
|
|
128
|
+
|
123
|
129
|
### The Lifecycle of a Page
|
124
|
130
|
|
125
|
131
|
- `(load-content)`
|