jekyll-cart

jekyll-cart

A Jekyll based shopping cart built with simpleCart(js).

Jekyll Cart

Code Repo: https://github.com/bradonomics/jekyll-cart/
Demo: http://bradonomics.github.io/jekyll-cart/

Jekyll Cart is a Jekyll based shopping cart built with simpleCart(js). It incorporates work from the following:

Jekyll

Homepage: http://jekyllrb.com/
GitHub Repo: https://github.com/jekyll/jekyll

Jekyll Boilerplate

GitHub Repo: https://github.com/bradonomics/jekyll-boilerplate

simpleCart(js)

Homepage: http://simplecartjs.org/
GitHub Repo: https://github.com/wojodesign/simplecart-js

Fur Theme by CloudCannon

Homepage: https://turquoise-rook.cloudvent.net/
GitHub Repo: https://github.com/CloudCannon/fur-jekyll-template

Getting Started

You can download the files from GitHub (or clone the repo: git clone https://github.com/bradonomics/jekyll-cart.git) and have a fully functioning Jekyll site with shopping cart in minutes.

Develop

Jekyll Cart was built with Jekyll v3.4.3, but should support newer versions also.

Install the dependencies with Bundler:

$ bundle install

A gulp file and package.json has been included if you'd rather run Browser Sync. If not, you can run Jekyll with it's built-in serve commands

$ jekyll serve

Alghouth running jekyll commands through Bundler will ensure you're using the right versions:

$ bundle exec jekyll serve

Editing

Jekyll Cart was optimized for CloudCannon but will run without it. If you plan to use the email checkout feature but aren't hosted with CloudCannon, you'll need some form system to do the sending. Formspree is a good option.

License

Jekyll Cart is released under the GPL-2.0 License.

Jekyll is released under the MIT license. simpleCart(js) is released under the MIT license and the GPL-2.0 License. Fur by CloudCannon is released under the MIT license.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA