Blog Updated
Jan
I’ve finally updated the Typo software for my blog. The site started running funky; as in not letting me edit articles. It was a big version jump: 4.1 to 5.4.1. I followed the directions and only had one snag: Rubygems installs EDGE Typo (which was broken). But I had a backup, so I just rolled back and all was well.
But it would be nice if the rubygems did NOT install the edge version, but only included stable releases.
BE WARNED
The rubygem: “typo” will update to edge (unstable). You should always be sure to check the typo site: http://typosphere.org to be sure you specify the version when updating your ruby gems:
sudo gem install typo --version 5.4.1
This is just an example, replace with your desired version.