From 74e6b7d994d8d92ac9b000ade3938df8974e2088 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Sun, 26 Aug 2012 14:44:36 -0400 Subject: [PATCH] Add a note on theming. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d62c4a1..d86cf0a 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,6 @@ The XML will be read and placed into .post files in the :repo location specified # Writing your own plugins For now, see the [API](http://redlinernotes.com/docs/coleslaw.html) the [mathjax plugin](https://github.com/redline6561/coleslaw/blob/master/plugins/mathjax.lisp) for an example. A proper guide about this should be written later. + +# Theming +A default theme, hyde, is provided. Themes are made using Google's closure-template and the source for [hyde](https://github.com/redline6561/coleslaw/tree/master/themes/hyde) should be simple and instructive until I can provide better docs.