Go to file
Kishan B 17da03f9a3 Readme update 2018-05-12 13:41:05 +05:30
archetypes Initial commit 2018-05-12 12:14:45 +05:30
exampleSite Build changes 2018-05-12 12:56:17 +05:30
layouts Initial commit 2018-05-12 12:14:45 +05:30
.gitignore Build script upgrades 2018-05-12 13:04:15 +05:30
.travis.yml Readme update 2018-05-12 13:41:05 +05:30
LICENSE.md Initial commit 2018-05-12 12:14:45 +05:30
README.md Readme update 2018-05-12 13:41:05 +05:30
theme.toml Initial commit 2018-05-12 12:14:45 +05:30

README.md

Hugo shopping product catalogue simple

Build Status

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 Creative portfolio theme successfully, i recommend you to take a look at the exampleSite directory. You will find a working Hugo site configured with the Creative portfolio 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.