I have one question though. The blog posts don’t appear in the “blog” directory inside “public” after generating the site with the “hugo” command for me. They’re must free floating inside the “public” folder.
I’m confused on the capitalization of the site menu configs when referenced from our nav. We set the site configuration for [[menu.main]] with the items “url” and “name”, but our code in anchor tags is “.URL” and “.Name” and that casing is super important it seems. What am I missing?
I was, but I phrased my question poorly. Specifically, it seemed like we were creating those menu configurations like ad-hoc key value pairs, and I couldn’t understand why the casing would be different when we referenced them or how we would know that’s the case. I didn’t realize there was a prescribed list of menu entry properties (https://gohugo.io/variables/menus/).