I am trying to make my blog page the actual landing page for my site. I found the perfect Hugo theme for my liking. However, I am struggling to get the blog link to be the actual landing page link, the proper way.
I want to try to do things the correct way so that I can always revert back if needed. I believe I have to edit my index.html page but I have struggled to figure it all out.
For example, I have
<!--- ADD HOME SECTION ---------------->
{{- partial "sections/home.html" . -}}
on this index page. The index page is under my themes/theme-name directory. I don’t want the “sections/home.html” at all, I simply want my blog page. The problem is, my blog page itself isn’t part of the partial section, I think. I’m going to paste my current code here: https://github.com/mtgingrass/test.github.io.git
Perhaps someone can direct me in the right direction.
Thanks.