I saw the post that I should come into this forum with a little background knowledge in this area, but the fact is I will only learn by practicing. I hope you all are okay with this post.
I am currently following a tutorial by Luke Smith on getting started with Hugo. I went and downloaded a version of Hugo that worked for me and I ensured Git was installed on my PC. I am currently confused on what I am doing wrong, as my public folder is showing the *.html versions of the markdown files I created, but the website is unable to actually reference them.
The html is in this location:
file:///C:/Users/Owner/Desktop/TreySmith/public/index.html
For example, the link that “takes“ me to one of my markdown pages I made, “about,“ has this link on the public website html:
file:///C:/personal/
When the link should be:
file:///C:/Users/Owner/Desktop/TreySmith/public/about/index.html
For some reason the wrong link is being used.
The fact is I assume there is something I am fundamentally doing wrong that is causing this, that is probably a beginner mistake. How might I fix the weird links?