New Nikola Feature: wordpress.com Importer
I implemented a first drat of a wordpress.com importer for my Nikola static site/blog generator It's a work in progress but it works well enough that it can turn this blog into this blog
What works:
Posts
Pages
Drafts
Tags
Personal information
What doesn't work:
Comments
Links across posts/pages are left untouched
The output is pretty generic
This needs testing, so feel free to get master and
try it. Asuming foo.xml
is your data from wordpress.com:
nikola_import_wordpress foo.xml cd new_site doit && doit serve
And point your browser to http://localhost:8000 to see the result :-)
Minor tweaking of the generated conf.py
is generally needed for improved results.