I recently migrated three sites from a self hosted Wordpress installation to Nikola. Nikola is a static site and blog generator written in Python. Although I use both reStructuredText and Markdown, I decided to migrate my Wordpress content to Markdown. This is by no means an exhaustive Wordpress to Nikola migration guide but it should provide enough clues for anyone else wanting to do the same. The following was done on Ubuntu 10.04 LTS. Export the Wordpress content. Tools -> Export -> All Co...