Writefreely is a great blogging platform that you can install and run on your own server. To give more peace of mind, this package allows you to export your posts into a collection of markdown file that you can import into some other blogging platform.
Tou use this, you must have access to the command line on the server where you installed Writefreely and you must have NodeJS installed.
Instructions
cdto the parent directory containing your writefreely installation directorygit clone git@github.com:eobrain/writefreely-export.git- If you are using nvm to control your versions of Node.js, do
nvm use. Otherwise install Node by some other means. npm installnpm run export- You will see a new directory called
contentcontaining your exported markdown files