Remove docs TODO, add small Plugins section.
This commit is contained in:
parent
3029c7e774
commit
13648020c4
1 changed files with 7 additions and 1 deletions
|
@ -119,7 +119,13 @@ and return rendered HTML. **Coleslaw** defines a helper called
|
|||
there are RSS, ATOM, and sitemap templates *coleslaw* uses automatically.
|
||||
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
|
||||
|
||||
- `(load-content)`
|
||||
|
|
Loading…
Add table
Reference in a new issue