Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylersayshi/simple-snipcart-shop
Hugo theme for a simple online store using Snipcart
https://github.com/tylersayshi/simple-snipcart-shop
hugo hugo-theme
Last synced: 3 months ago
JSON representation
Hugo theme for a simple online store using Snipcart
- Host: GitHub
- URL: https://github.com/tylersayshi/simple-snipcart-shop
- Owner: tylersayshi
- License: mit
- Created: 2021-01-30T17:26:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T14:52:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T09:04:56.661Z (4 months ago)
- Topics: hugo, hugo-theme
- Language: SCSS
- Homepage: https://gifted-thompson-4ca71a.netlify.app/
- Size: 24.2 MB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Snipcart Shop
This theme is a simple, customizable, single pages marketplace designed to work with [Snipcart](https://snipcart.com)
![Screenshot](https://raw.githubusercontent.com/tylerjlawson/simple-snipcart-shop/master/images/screenshot.png)
## Features
- Easy sections for selling and displaying reviews
- PostCSS for autoprefixing
- SCSS for easy styling
- [Snipcart](https://snipcart.com)## Install theme on your hugo site
```
hugo new site your-site-name # if you already have a site ignore this line and the next
cd your-site-name
cd themes
git clone https://github.com/tylerjlawson/simple-snipcart-shop.git
```Once you have done this, you may use the `exampleSite` folder as an example for how to set your project up. The two main things to pay attention to is to first set this in your `config.toml` file:
```toml
theme = "simple-snipcart-shop"
```Then you will need to replicate the data used in the `exampleSite/data/reviews/` if you want to show reviews. Please also see the `exampleSite/config.toml` for guidance on setting up the more general site configurations.
## Contributing
Please feel free to post issues or make pull requests at any time. I am always open to collaboration.