What is happening is I cloned the template starter site and followed the directions on the guide and it appears that the site looks great! I’m using Github Pages option with remote_theme: "mmistakes/minimal-mistakes@4.16.4"
in my _config.yml and, like I said, the site looks awesome!
But I have one issue… When you click on any one of my posts, they go to a basic page with no formatting or anything. Code blocks, links, ect. still render correctly but the page is completely blank otherwise. I’m fairly certain this has to do with layout: single
in my front matter, but I don’t know enough about Jekyll to troubleshoot any further. I have spent at least two hours trying different things but it won’t render the posts correctly.
Any help will be appreciated , thanks!