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

README.md - github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0afa46abfcc193fced49e2ed0fc4396029764eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Shopping product catalogue - simple

[![Build Status](https://travis-ci.org/kishaningithub/hugo-shopping-product-catalogue-simple.svg?branch=master)](https://travis-ci.org/kishaningithub/hugo-shopping-product-catalogue-simple)

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

![screenshot](https://raw.githubusercontent.com/kishaningithub/hugo-shopping-product-catalogue-simple/master/images/screenshot.png)

![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
- [ ] Importers
  - [ ] Import data from shopify
- [ ] Social sharing icons

## Installation

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

```bash
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](https://gohugo.io/overview/installing/) of Hugo.

## 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.

First, let's take a look at the [config.toml](https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple/tree/master/exampleSite/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](https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple/issues) to let me know. Or make directly a [pull request](https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple/pulls).

## Thanks

Thanks to [Steve Francia](https://github.com/spf13) for creating Hugo and the awesome community around the project.