I finally cleaned up the front matter on all my manually imported blog post files and all of those syntax errors are gone. But when I go to my main /blog page, I get just the header and footer and a big down-arrow in the middle of the page. I'm pretty sure I'm supposed to see an index/list of my posts.
I'm wondering if it has to do with templates? All the files are named item.md, and the default theme (Quark) says that is the preferred name for blog posts. However, all my imported posts have a front matter setting of 'Template: single' - a leftover from when these pages were on Hugo. Should I change that line to something else, or just delete it?