|
|
|
|
|
by edu
295 days ago
|
|
I’m building my personal blog with 11ty as a static site builder and Decap[0], previously known as Netlify CMS, to manage content. Basically it provides a UI and all changes are pushed to GitHub which will launch the release process back in Netlify. Seems it might fit your requirements too. 0. https://decapcms.org/ |
|
One downside for this setup, is that uploaded media are not re-sized or compressed (since there is no backend job doing it), so a client must be briefed into "making smaller images" (on the web client side with squoosh.app[2] for example), or using a SSG that does that built-in (hugo, gatsby)
0. https://github.com/sveltia
1. https://decapcms.org/docs/gitlab-backend/#client-side-pkce-a...
2. https://squoosh.app