Wherein our author uses blogger to post a blog post blogging about how much he dislikes blogger.
It's late on a Sunday night and I need to get this off my chest.
I really have come to loathe Blogger. The sluggish, overly complicated, JS heavy theme, the sluggish, too-complex-for-speed-but-too-simple-for-interesting-stuff editor, and the way it stuffs stylesheet info into the RSS feed come to mind. but overall... it's just gotten on my nerves.
So, I'm probably going to transition the blog over to something else. My current leading candidate for a site generator is
Pelican, a Python based static html site generator which seems to be powerful enough for my not-too-complex needs.
Jekyll is another candidate but all things being equal I'd rather stick with a Python-based setup and the final output will be pretty much the same.
I'm a tad nervous about what happens to old links and traffic so I assume that I'll probably transition over gradually with duplicate postings for a while. If any of you have done something similar in the past I'd be curious to hear about how it went.
In the meantime, I'll just add that I've been dealing with the transition in typical TA fashion. I hacked up a script to download all of the existing blog posts as XML, then used the
html2text module on the
cheese shop to convert the HTML from the posts into markdown text. I'm still going to have to hand-finish every pieces, cleaning up dead links and missing images and so on: I'm sure it'll be a TA-style spit'n'bailing-wire party for a while yet.
In the meantime I'm all ears if anybody has more suggestions for site generators, or a reason to go with something other than a static site on github.io, please let me know in the comments!
update: the new site is
here