Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 882 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 882 Bytes

A small blogengine built with Ruby, Sinatra, SQLite and Portier.

ursprung example

Features

  • 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

Installation

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.

Dependencies

  • ruby >= 2.0