From 4eb4a55e39d6896122f93801d79a595d1886f78a Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sat, 26 May 2018 15:53:34 +0530 Subject: [PATCH] Update readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 435f71e..bfcb618 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Shopping product catalogue theme gives you a categorized display of all your pro ![screenshot-product-view.png](https://raw.githubusercontent.com/kishaningithub/hugo-shopping-product-catalogue-simple/master/images/screenshot-product-view.png) +## Features + +- [x] Product catalogue +- [x] Support for product variants + - [x] Specify price variations + - [x] Specify stock availability +- [ ] Social sharing icons + ## Installation Go to the directory where you have your Hugo site and run: @@ -21,11 +29,6 @@ rm -rf hugo-shopping-product-catalogue-simple/.git For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo. -## Features - -- [x] Product catalogue -- [x] Support for product variants and variant based prices - ## Configuration After installing the theme successfully, i recommend you to take a look at the [exampleSite](https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple/tree/master/exampleSite) directory. You will find a working Hugo site configured with the theme that you can use as a starting point for your site.