Thoth 0.1.1 released

Thoth has officially been released! You can install it with:

sudo gem install thoth

Once Thoth and its dependencies have been installed, create a new home directory for your Thoth blog:

thoth --create myblog
cd myblog

Edit thoth.conf to your liking, then start Thoth:

thoth

Take a look at your new Thoth blog at http://localhost:7000/ (or whatever port you configured). Once you’ve got everything working and are ready to run Thoth in production, you’ll probably want to start it as a daemon:

thoth -d start

Easy as pie, huh?