Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-05-26 13:23:34 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-26 13:23:34 +0300
commit4eb4a55e39d6896122f93801d79a595d1886f78a (patch)
tree559015cce2a7bb38b600dc506cc84b9cc1542d35
parent55844a0ddba292eee529e18779162c1b2b112902 (diff)
Update readme
-rw-r--r--README.md13
1 files 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.