@mtomasini If you use the post content type for pages in the new blog, Hugo/risotto will automatically add some extra styling (see https://risotto.joeroe.io/post/ for an example). You can do this in two ways:
The simplest, since the blog is brand new, is to rename the content directory from blog/ to post/, then the content type will automatically be post.
Otherwise, if you want to keep them under blog/, you can add type: post to the frontmatter of each page.
@mtomasini If you use the
postcontent type for pages in the new blog, Hugo/risotto will automatically add some extra styling (see https://risotto.joeroe.io/post/ for an example). You can do this in two ways:The simplest, since the blog is brand new, is to rename the content directory from
blog/topost/, then the content type will automatically bepost.Otherwise, if you want to keep them under
blog/, you can addtype: postto the frontmatter of each page.