ソースを参照

Add a note on theming.

Brit Butler 12 年 前
コミット
74e6b7d994
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -47,3 +47,6 @@ The XML will be read and placed into .post files in the :repo location specified
47 47
 # Writing your own plugins
48 48
 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.
49 49
 A proper guide about this should be written later.
50
+
51
+# Theming
52
+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.