Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Hugo theme for building a static product catalogue with variants, stock, and Shopify import.
Shopping product catalogue - simple is a Hugo theme that turns product data into a categorized, static ecommerce catalogue website, built for store owners who want a fast, no-database alternative to platforms like Shopify.
Shopping product catalogue - simple is a Hugo theme that displays a categorized list of products on a static website. It takes product information stored in Hugo's content files and outputs a browsable catalogue with product detail pages. The theme is maintained by kishaningithub and is distributed as a public GitHub repository, and the exampleSite directory contains a fully configured Hugo site for reference.
The theme focuses on simplicity and static-site speed, with a feature set tailored for small product catalogues:
Note: the theme's roadmap shows social sharing icons as an unchecked feature, so it is not yet implemented.
This theme suits developers and small store owners who want an ecommerce front end without a traditional backend:
The theme is installed by cloning its GitHub repository into the themes directory of a Hugo site, then removing the repository's .git folder. After installation, the exampleSite's config.toml can be customized to set site settings, and products are authored as Hugo content files with front matter that captures variant prices and stock. The site is built with Hugo's static site generator, producing plain HTML that can be hosted anywhere.
Pros:
Cons:
Yes, the theme is free and open source. It is published as a public GitHub repository and can be cloned and used in any Hugo project without payment.
Yes. Each product can have multiple variants, and for each variant you can specify a price and stock availability. This data is defined in the Hugo content file's front matter.
Yes. The theme includes an importer that can bring product data in from Shopify, which is useful if you are moving an existing store to a static Hugo site.
No, social sharing icons are not implemented yet. The README's feature checklist marks this item as unfinished, so you would need to add your own social share links if required.
You need Hugo installed on your machine. The README points to Hugo's official installation guide, and the exampleSite directory gives you a complete working site to start from.
