Post #2358562
2026-01-19 17:11 UTC
@ashur@front-end.social My go to static site generator is Astro, even though my current website is still built using Gridsome (what a blast from the past! 😅).
Otherwise, I tend to keep my content in Markdown or JSON files and edit them through @mattrbld@indieapps.space, my headless CMS. That’s also takes care of how to write content on the go.
Mattrbld commits everything into my repo which either calls a webhook or starts a CI pipeline depending on whether I want to build the site in my own server or not. 😊
Replies (1)
-
@ashur@front-end.social 2026-01-19 20:01
@amxmln@mastodon.design Very, very cool! I’m definitely taken with (and haven’t given up on the idea of) a Git-based CMS 👀 @mattrbld@indieapps.space looks super nice! 🙌