So I looked into the docs (https://docs.astro.build/en/guides/markdown-content/#exported-properties), and found a simple method of injecting my post as latest post into the index page via import content method. However, this also brings in all of the styling and repeats the layout for index. I had to conform my index page to only have import content in the code. It works, but it's not as malleable as it once was.
On top of that, it looks for a specific .md file as the latest post. Also, not ideal. I'd like it to pull the latest post made (or last created in this sense) to be featured in the index page as latest post.
I'm not very familiar with the framework and have rudimentary JS knowledge, so connecting the dots on this one is just out of reach.
Any help is greatly appreciated. Thanks!