- Export your Ghost content (aka backup)
- Open in an editor that support Regex find/replace
- Search for:
/content/images/\d{4}/(\w{3}|\d{2})/
- Replace by:
http://res.cloudinary.com/{cloud-name}/image/upload/{transformations}/{folder}/
It is adived to create a named tranformation in Cloudinary and use it in the URL so if you want to change what the transformation does, you can simply update the named transformation in Cloudinary instead of updating all your Cloudinary URL in your blog.
it is really helpful. Thank you guys