Slight README tweaks.
This commit is contained in:
parent
c169581485
commit
9f72bff710
1 changed files with 6 additions and 2 deletions
|
@ -15,11 +15,15 @@ Coleslaw aims to be flexible blog software suitable for replacing a single-user
|
|||
* Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
|
||||
* Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
|
||||
* [Multi-site publishing](http://blub.co.za/posts/Adding-multi-site-support-to-Coleslaw.html) support.
|
||||
* Plugins for...
|
||||
|
||||
* A Plugin API and plugins for...
|
||||
* Comments via Disqus
|
||||
* Analytics via Google
|
||||
* Deploying to Amazon S3.
|
||||
* Using LaTeX (inside pairs of $$) via Mathjax
|
||||
* Using ReStructured Text
|
||||
* Importing posts from wordpress
|
||||
|
||||
* There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
|
||||
* Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/).
|
||||
|
||||
|
@ -62,7 +66,7 @@ There is a "plugin" to import from wordpress. At some point, it should be turned
|
|||
The XML will be read and placed into .post files in the :repo location specified in your [.coleslawrc](http://github.com/redline6561/coleslaw/blob/master/examples/single-site.coleslawrc).
|
||||
|
||||
## Writing your own plugins
|
||||
For now, see the [API](http://redlinernotes.com/docs/coleslaw.html) and the [mathjax plugin](https://github.com/redline6561/coleslaw/blob/master/plugins/mathjax.lisp) for an example.
|
||||
For now, see the [API](http://redlinernotes.com/docs/coleslaw.html) and the [existing plugins](https://github.com/redline6561/coleslaw/tree/master/plugins) for an example.
|
||||
A proper guide about this will be written later.
|
||||
|
||||
## Theming
|
||||
|
|
Loading…
Add table
Reference in a new issue