Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding E-Commerce to a Jekyll site

How can I add a shop page to my site built with jekyll and foundation?

Any automated platform/way to do this will be fine.

Thanks.

like image 505
abasar Avatar asked May 03 '14 17:05

abasar


People also ask

Why is Jekyll com a static website?

Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site's look and feel, URLs, the data displayed on the page, and more.

What is Jekyll static site generator?

Jekyll is a static site generator with built-in support for GitHub Pages and a simplified build process. Jekyll takes Markdown and HTML files and creates a complete static website based on your choice of layouts. Jekyll supports Markdown and Liquid, a templating language that loads dynamic content on your site.


1 Answers

You could use snipcart. There is a blog post and a demo site that will get you up an running.

There is also Jekyll-store that has the benefit of keeping all the data stored on the webpage, and, unlike snipcart, is free.

like image 102
Johan Larsson Avatar answered Nov 10 '22 03:11

Johan Larsson