Version 3, last updated by Richard Esplin at Mar 13 19:52 2009 UTC

To create a custom skin:

  1. Copy banjo/blog/templates/skins/default into yourapp/templates/skins/yourskin
  2. Edited yourapp/templates/skins/yourskin/CONFIG.json to have a different name.
  3. Add yourapp/templates/skins to the SKIN_DIRS list in settings.py.
  4. Go into the admin interface and select your skin.

VoilĂ , your skin templates should be called!

Some additional templates that you might want to edit to get the perfect look would be: * _post_excerpt.html * view_post.html

Unfortunately, they aren't cleanly part of the skin at this time.