https://github.com/qentinelqi/shop
Website to test out Pace running on a shopping cart.
https://github.com/qentinelqi/shop
Last synced: about 2 months ago
JSON representation
Website to test out Pace running on a shopping cart.
- Host: GitHub
- URL: https://github.com/qentinelqi/shop
- Owner: qentinelqi
- License: mit
- Created: 2020-10-22T11:31:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:14:10.000Z (6 months ago)
- Last Synced: 2025-01-24T02:58:53.637Z (3 months ago)
- Language: SCSS
- Size: 2.66 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fur
E-commerce template for Jekyll. Browse through a [live demo](https://turquoise-rook.cloudvent.net).

Fur was made by [CloudCannon](http://cloudcannon.com/), the Cloud CMS for Jekyll.
Find more templates, themes and Jekyll tutorials at [CloudCannon Academy](https://learn.cloudcannon.com/).
## Features
- List product with multiple colours and sizes
- Take payment online using SnipCart
- Contact form
- Optimised for editing in [CloudCannon](http://cloudcannon.com/)
- RSS/Atom feed
- SEO tags
- Google Analytics## Setup
1. Add your site and author details in `_config.yml`.
2. Add your Google Analytics, Google Maps API key and [SnipCart key](https://snipcart.com/) to `_config.yml`.
3. Get a workflow going to see your site's output (with [CloudCannon](https://app.cloudcannon.com/) or Jekyll locally).## Develop
Fur was built with [Jekyll](http://jekyllrb.com/) version 3.4.3, but should support newer versions as well.
Install the dependencies with [Bundler](http://bundler.io/):
```bash
$ bundle install
```Run `jekyll` commands through Bundler to ensure you're using the right versions:
```bash
$ bundle exec jekyll serve
```## Editing
Fur is already optimised for adding, updating and removing products and editing the navigation and footer in CloudCannon.
### Posts
- Add, update or remove a post in the _Posts_ collection.
- Change the defaults when new posts are created in `_posts/_defaults.md`.### Navigation
- Exposed as a data file to give clients better access.
- Set in the _Data_ / _Navigation_ section.### Footer
- Exposed as a data file to give clients better access.
- Set in the _Data_ / _Footer_ section.