You can build a page that resembles a Blog page with these elements:
However, the page will not be dynamic, so you will need to update it manually when a new article is created.
Using CMS collections to create a dynamic blog list
One way you can make this easier is to create a CMS Collection for this type page. CMS collections are explained in greater detail here:
Using Custom Elements to create a custom feature
If you wanted the page to be completely dynamic, you could make it this way using the Custom Elements feature, but that does require coding:
Through CMS Collections and Custom Elements, your entire blog could be powered by Shogun.
Let us know if you have any additional questions.