Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

exaroth/subrosa

Repository files navigation

Subrosa

v.0.3

Build Status

You can see working example under konradwasowicz.com/subrosa

Subrosa is simple and elegant blogging platform written in Python, meant to be easy to use and deploy. Features:

  • Supported Python versions: 2.6, 2.7, 3.3, 3.4
  • Supported databases: MySQL, PostgreSQL, SQLite
  • Autogenerated table of contents for each article
  • Code highlighting via Pygments
  • Comments via Disqus
  • Responsive layout
  • RSS Channel
  • IE9+ compatible
  • Caching with no external dependencies
For installation and configuration instructions please refer to official documentation at http://subrosa.readthedocs.org/en/latest/

Software used