i was looking into making a blog section on my website however i came to 2 options, using mdx or generateStaticParams (SSG). Which one should i choose in this case and what would be the difference? none the less i need to add media queries so it will be responsive on mobile devices.
and what would be a good way of adding a new post to the blog every week (this will increase)? do i add it to my code and build the website again, do i use a database and get those posts, or if it is possible to host them on github where i generate a new post on change of the post section.
i am also not using a database nor have one.
thx in advanced:)