This chapter covers:
- Creating multiple layouts for content with shared base template.
- Understanding front matter cascades in Hugo
- Creating index and taxonomy pages to navigate through the website.
- Creating a Hugo theme that can be reused across multiple websites.
In chapter 6 we started moving off Eclectic and started creating the underpinnings for a new theme. We created a new content type called Acme which has custom template code that we will be converting to a full theme in this chapter. We will be migrating the major pages of the Acme Corporation website to this new theme. We will also convert this newly created theme into a Hugo module that can be reused.