https://github.com/CloudCannon/fur-jekyll-template
:feet: E-Commerce template for Jekyll
https://github.com/CloudCannon/fur-jekyll-template
jekyll jekyll-template jekyll-theme
Last synced: about 1 year ago
JSON representation
:feet: E-Commerce template for Jekyll
- Host: GitHub
- URL: https://github.com/CloudCannon/fur-jekyll-template
- Owner: CloudCannon
- License: mit
- Created: 2017-03-16T00:50:42.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:51:18.000Z (about 2 years ago)
- Last Synced: 2024-11-04T22:37:06.522Z (over 1 year ago)
- Topics: jekyll, jekyll-template, jekyll-theme
- Language: SCSS
- Homepage: https://turquoise-rook.cloudvent.net/
- Size: 2.64 MB
- Stars: 127
- Watchers: 9
- Forks: 146
- Open Issues: 2
-
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/).
[](https://app.cloudcannon.com/register#sites/connect/github/CloudCannon/fur-jekyll-template)
## 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 4.2.1, 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.
### 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.