Suggestions for a Hugo site that works like microservice

Hi,

Need an advice on how to make a website’s pages to be rendered separately, but they are linked together. Something like a microservice.

For example:

homepage - hugo server -d
/2020 - hugo server -d
/about - hugo server -d
/articles - hugo server -d

Is it possible? so when I click Blog it will request the blog.domain.com or domain.com/blog page or if I click About it will request the about.domain.com or domain.com/about page - this is just an example.

This is a matter of how you choose to publish/serve your homepage and is not a matter of functionality in Hugo.