wp2ghostppdeprecated

Takes the output of the Ghost Wordpress plugin and performs various post-processing to be more Ghost Blog friendly

Usage no npm install needed!

<script type="module">
  import wp2ghostpp from 'https://cdn.skypack.dev/wp2ghostpp';
</script>

README

Wordpress to Ghost Post Processor

This script takes the output from the Ghost Wordpress Plugin and updates the image URLs to point to a server of your choice. While the Ghost Wordpress plugin works great with other image providers, it's not so great for using your own server for serving media, which this server fixes

Install the post processor:

npm install wp2ghostpp

Run the post processor:

wp2ghostpp

The post processor will prompt you for the needed information. Alternately, you can supply a configuration file with the -f flag. See the example config file.