Remove docs TODO, add small Plugins section.

This commit is contained in:
Brit Butler 2014-04-16 10:06:56 -04:00
parent 3029c7e774
commit 13648020c4

View file

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