Sorry, first time using a static site generator, forgive me if do any stupid mistakes . I am trying to make the front page static. That is, make it a page generated using Markdown. By default, the front page in the Hyde-Y theme displays the posts.
I tried to use _index.md but it is not working . I placed the _index.md file in the content directory.
Using Hugo Static Site Generator v0.19 windows/amd64 BuildDate: 2017-03-25T12:33:55+05:30. Thanks in Advance!
Thank you very much @sethm for the instructions! I was near to figuring this out but I gave up because of my understand about the template system. You saved me a lot of work and headaches
Very good project, from now on, I will try to use both resource so I can figure out things easily .
Hopefully you won’t have to check two places for much longer.
That said, please use hugodocs.info as your main go-to moving forward and please do not hesitate to reach out with suggestions for any areas of improvement.
Another tip I would recommend here is to copy homepage.html to /yoursite/layouts/partials (the folder wouldn’t exist, you will have to create it) and then modify the copied file to edit the template. This way we can modify page generation without messing with the theme itself
I just tested and it works very well, glad that I am making progress