A small blogengine built with Ruby, Sinatra, SQLite and Portier.
- Write entries with Markdown
- Comments, Pingbacks and Trackbacks
- Bayesian spamfilter
- Frontend administration
- Autotitle (for links in entries, cached)
- Support for other designs (themeable)
- Minimal design as default
- Support for and shipping with some themes of the classless project
Download the files from the repository. If you have ruby installed, make sure that the bundle
gem is installed. Then, run
bundle install
to install the needed gems, and
rackup -E production -p PORT
to start the blog.
To log in after the instalallation, visit /login
.
- ruby >= 2.0