6 Structuring web pages
This chapter covers
- Organizing the template for better understanding and reuse
- Using layouts and partials to structure code and improve compilation speeds
- Using content types to organize templates
- Manipulating assets using Hugo Pipes
- Using templates bundled with Hugo
With the Go template language in Hugo, we can build templates for markup-controlled HTML pages in as much detail as needed. In this chapter, we will enable multiple types of pages, sharing template code and snippets between them (figure 6.1). We will also look at how Hugo can help with the JavaScript, images, and CSS files using Hugo Pipes. We will build our foundation to move away from the Eclectic theme and have more control over the entire website rendering ...
Get Hugo in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.