To create a custom skin:
- Copy banjo/blog/templates/skins/default into yourapp/templates/skins/yourskin
- Edited yourapp/templates/skins/yourskin/CONFIG.json to have a different name.
- Add yourapp/templates/skins to the SKIN_DIRS list in settings.py.
- 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.