Hi!
First i want to say i just joined the Hugo community, im very excited to start out.
I’ve followed the quick start guide and read some posts on this forum, I am however pretty new to static website generators in general, so I have a question
My current content folder is not big:
content
├── about.md
└── welcome.md
I would like to add these files to the website as individual pages/links under the existing Home link in the sidebar, when using the hyde theme.
I went and checked the file “themes/hyde/layouts/partials/sidebar.html” and I see the following line “a href=”{{.URL}}"> {{ .Name }} " Which i recon is for “Home”
Now, what would i have to write where “.Name” is located to make it list one of the content files like about or welcome?
Im sorry if this post is beyond stupid. Thanks for the help in advance!