Sunday December 5, 2021; 7:16 AM EST
I want to build a service that serves static contents for independent blogs. For example, serve all images for your blog posts. #
- Why? Well, every CMS or blogging engine handles images differently. So, no wonder that images break first when you migrate between these backends. And there is no easy way to fix them. Benefit of a separate engine for images is that you don't need to change the image links once you migrate. They stay the same in the post.#
- I have built one for myself, I use it here. And at other places. So, I have a working backend. I need to put effort/need help in building the front-end.#