Moved from custom theme to Source and I lost Homepage

Hi!
I used the custom theme Braun but decided to move back to the official one. Everything works, except that I cannot get posts to appear on the home page.
Here is what it looks like: https://www.embracevariety.com/

Can anyone advise what to do?

Braun has you upload a custom routes.yaml file. I suspect that’s not compatible with Source. You can get the default routes.yaml here: URLs & Dynamic Routing - Ghost Developer Docs (save a copy of what you’re using for Braun first, in case you go back).

Braun does a pretty complicated multi-post assembly of the homepage. Source just gives you a couple gridded options for layout of posts, with or without a hero banner across the top, so some amount of work to get the results you want will be needed. If you want a landing page, still, but are switching away from Braun, you could build a page in Ghost and use routes.yaml to make it be the homepage. I’ve got a routes.yaml that does that here: Starting Ghost: Custom homepage