Skins

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 3. about 3 years by resplin
  2. 2. about 3 years by resplin
  3. 1. about 3 years by resplin
 

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.