Hi,
I am completely new to using static site generators and have a few questions I couldn’t really find answers for, perhaps because I don’t quite know all the terminology yet. But here goes:
I have a website in mind where the front page, as well as a few other pages, are static. Think the following navigation structure:
- Home
- About
- Blog
- Services
- Downloads
- Contact
Now when I write some bogus blog posts and use the Hyde-X theme, the theme I am thinking of using, they all show up on the home page, which is not desirable.
I already noticed that the themes/themename/layouts/index.html is responsible for this. So, what I need to do I guess is move that into its own folder, like layouts/blog/index.html, and write a new index that would become my front page. Is this correct, or am I missing a step?
Also, how would I populate my sidebar properly? In the theme’s docs, it says to add the menu options to the front matter of the page, but wouldn’t that necessitate adding it to every single post and Page I make? Also, would telling it to go to /blog be sufficient to target that moved index.html?
I am sorry if these questions have been answered before, feel free to point me to other threads or posts that explain these things. I come from a mixed background between WordPress and MVC frameeworks and the way Hugo works is therefore a little new to me.
Thanks a lot in advance,
Zersiax