Hi everyone,
I’ve been reading through the API documentation and I can see that reading posts via Micropub is well-supported. This has me exploring whether I could bypass the Hugo-generated site entirely and build my own custom frontend.
A bit of context: I’m a JavaScript developer with experience in Astro, and I’d prefer to stick with the tools I already know rather than learning Hugo. My idea is to use Micro.blog for posting and Fediverse integration, but pull all content via the API to generate my own site.
My main questions are:
-
Are there any gotchas or limitations I should know about for this approach? (Rate limits, missing data in API responses, etc.)
-
Can the Hugo site be completely disabled or removed? If I’m building and hosting my own site elsewhere, is there a way to turn off the auto-generated Hugo site entirely, or would it continue to exist at my micro.blog subdomain?
Has anyone else gone this route? I’d love to hear about your experience.
Thanks!