Parcourir la Source

Remove docs TODO, add small Plugins section.

Brit Butler il y a 11 ans
Parent
commit
13648020c4
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      docs/hacking.md

+ 7 - 1
docs/hacking.md

119
 there are RSS, ATOM, and sitemap templates *coleslaw* uses automatically.
119
 there are RSS, ATOM, and sitemap templates *coleslaw* uses automatically.
120
 No need for individual themes to reimplement a standard, after all!
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
 ### The Lifecycle of a Page
129
 ### The Lifecycle of a Page
124
 
130
 
125
 - `(load-content)`
131
 - `(load-content)`