转到文件
Kishan B c6e71f71ff Fix path issue with site's main nav. Fixes #6 2018-12-29 10:25:13 +05:30
archetypes Add support for product variants and variant based pricing 2018-05-26 14:55:37 +05:30
exampleSite Fix Loading of Product Images for Hugo Site Demo 2018-11-10 23:24:15 +02:00
images Compress banner images 2018-05-26 15:43:21 +05:30
importer/shopify Use smaller images for thumbnails 2018-06-01 10:40:25 +05:30
layouts Fix path issue with site's main nav. Fixes #6 2018-12-29 10:25:13 +05:30
static Load js libs from local instead of cdn 2018-05-28 10:44:49 +05:30
.gitignore Getting ready for inclusion into hugo themes dir 2018-05-13 10:29:08 +05:30
.travis.yml Update Hugo Version 2018-11-11 14:41:11 +02:00
LICENSE.md Initial commit 2018-05-12 12:14:45 +05:30
README.md Lazy load images and shopify script enhancements 2018-05-28 10:44:26 +05:30
theme.toml Getting ready for inclusion into hugo themes dir 2018-05-13 10:29:08 +05:30

README.md

Shopping product catalogue - simple

Build Status

Shopping product catalogue theme gives you a categorized display of all your products that you want to showcase to your prospective customers.

screenshot

screenshot-product-view.png

Features

  • Product catalogue
  • Support for product variants
    • Specify price variations
    • Specify stock availability
  • Importers
    • Import data from shopify
  • Lazy loading images
  • Social sharing icons

Installation

Go to the directory where you have your Hugo site and run:

mkdir themes
cd themes
git clone https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git
rm -rf hugo-shopping-product-catalogue-simple/.git

For more information read the official setup guide of Hugo.

Configuration

After installing the theme successfully, i recommend you to take a look at the exampleSite directory. You will find a working Hugo site configured with the theme that you can use as a starting point for your site.

First, let's take a look at the config.toml. It will be useful to learn how to customize your site. Feel free to play around with the settings.

Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

Thanks

Thanks to Steve Francia for creating Hugo and the awesome community around the project.