I am trying to do a page without theme (because I couldn’t find a suitable one).
For the layout I like to have that "right sidebar"structure. CSS is Tailwind. So far so good. They Layout looks and works the way I wanted (before styling).
What I am not clear about. is where do I put those different layout classes.
So far I placed them in following partials/HTML & baseof:
Basically c) (+ taxo later) - I am still doing some testing, so the above where/what I change and tend to put layout elements in the single/list pages.
are there any links how to place the core basic layout elements in Hugo?
Put content that is the same across all pages in baseof, or partials that are called from baseof
Put content unique to list pages in list
Put content unique to regular pages in single
Most of what I see in your “container” seems appropriate for baseof, with the possible exception of the content and sidebar divs – but that depends on what you want those sections to contain.