I don't see the need to break down a blog into microservices, the blog itself is a microservice, breaking it down any further is probably wasting resources, unless you can clearly define boundaries where you can make the cut.
A user management system could be a separate microservice, but only if another application will be using that same service, otherwise you're just making more work for yourself.