A starter template for a new Hugo site using Bookshop
To run locally:
hugo server -DTo see the component browser locally: (in another terminal)
npm i
npx @bookshop/browserYou can now load /components on your site and see the component library.
If building on CloudCannon, this page will also show a hosted version of the component library.
The bookshop components live in component-library, which is loaded as a Hugo module in config.toml.
The site also pulls in the main dependency of github.com/cloudcannon/bookshop/hugo/v2.
To learn more, read the Bookshop Hugo Guide.