|
|
|
|
|
by hanniabu
1600 days ago
|
|
I haven't been able to figure it how to implement my Jekyll use case in Hugo, maybe you or someone else would be able to help me. I don't want to use a theme at all because I don't really use it for making posts, but just a website with different pages. I have a page template that pulls in my head, nav, page content, and footer. You can see an example here:
https://github.com/etheralpha/clientdiversity-org/blob/main/... Pretty basic stuff but when I checked out Hugo I was having the hardest time trying to figure out how to do it. |
|
[edit] I just want to add - pay attention to the content “type” in relation to creating a template and specifying the type in the frontmatter. https://gohugo.io/content-management/organization/#type may point you in the right direction. You can manifest your own type by creating a template in the correct layouts dir and then specifying that type in your frontmatter.