Posts
Projects
Photos
kevin@tracy.family
Posts
Inside out layouts with Hugo partials. Final part. Making it Dry.
January 29, 2022

This article will build on the concepts of inside out partials pt 1 and part 2 and cover how we make changes to bookshop’s page helper in order to minimize the code we need.

Before you start: Make sure you understand our partial layout by reading

Inside out layouts with Hugo Partials. Part 1 Inside out layouts with Hugo Partials. Part 2

In our previous article we showed how to leverage …

Inside out layouts with Hugo partials. Pt 2
January 23, 2022

This article will build on the concepts of inside out partials pt 1 and cover how we use cloudcannons bookshop schemas and cms to make our partials shine.

Before you start: Make sure you understand our partial layout by reading

Inside out layouts with Hugo Partials. Part 1

In our previous article we described how we used inside out partials to keep our code consistent as possible. In this one we …

Inside out layouts with Hugo partials. Pt 1
January 12, 2022

This article goes over how we use inside out layouts to standardize our partial components. It will go through conceptual in part 1 through our current use in part 3.

Before you start: We are using: Hugo, Tailwind, and AlpineJS for our SSG, our CSS and JS respectively. Cloudcannon is our CMS and we are leveraging it’s bookshop workflow to speed up our dev time.

To find out how this is setup please …