I recently switched my blog to eleventy and so posting now consists of editing a markdown file and regenerating the site. There are several benefits: My posts are now plain markdown files checked into a git repository, rather than entries in a binary database which I need to export and backup regularly. It’s easy to search the markdown files, or even use search/replace. If I decide to switch to another markdown-based static site generator, it should be easy to transfer the posts across. I c...