Hi,
I wanted to set up a simple blog and I don’t know where to start to make everything work properly. I used to just use WP or PHP frameworks and everything was installed on one server (backend and template system)
What do I want to achieve?
- Free CMS available online (e.g. on the subdomain api.domain.com or as a subdirectory domain.com/admin etc.)
- CMS content downloaded by Hugo
- Static version generation
- Deploy to Cloudflare Pages
- In the case of changes in the CMS, automatic generation of a new, static version and its deployment
I don’t know what CMS to choose (Strapi, Tina, Sanity or maybe something else) and where I should install it to make everything work
For now, I have installed the above-mentioned CMS locally and tested them, they work, but I do not know how to run them in the cloud and export data from them to Hugo. Which one is the best? Maybe it’s worth testing some other solutions?