I have a blog with posts in English and the files are ( .md ) I used the slug method to map over the posts and display them on the blog page.
Now I want to add other posts with a different language on another page let's call it (Blog-2) but I'm stuck on how to achieve that
do I need to create a new folder called posts-2 and add the (.md) files in then create a new slug what should I call it and can I have multiple slugs?
Sorry for that but I have another question related to the same idea
I have projects and every project is a (.astro) page, Now I want to render them all on the main projects page, how can I achieve that do I need to gather them in a folder called projects and then map over them, or how?
Thanks