All Projects β†’ YJPL β†’ Supply

YJPL / Supply

Licence: MIT license
πŸ› Supply is a free e-commerce Jekyll theme with Gumroad integration.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Supply

Alembic
βš—οΈ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+1987.5%)
Mutual labels:  jekyll-theme, liquid, netlify, jamstack
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+2970.83%)
Mutual labels:  ecommerce, netlify, jamstack
netlify-stripe-subscriptions
An example of managing subscriptions with the Stripe Customer Portal and Netlify Identity.
Stars: ✭ 96 (+300%)
Mutual labels:  e-commerce, netlify, jamstack
Vc Storefront
VirtoCommerce Storefront for ASP.NET Core 3.1 repository
Stars: ✭ 122 (+408.33%)
Mutual labels:  ecommerce, liquid, e-commerce
Smartstore
Open Source ASP.NET Core Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 82 (+241.67%)
Mutual labels:  ecommerce, liquid, e-commerce
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+9745.83%)
Mutual labels:  ecommerce, liquid, e-commerce
Frisco Jekyll Template
πŸ“± App marketing template for Jekyll
Stars: ✭ 135 (+462.5%)
Mutual labels:  jekyll-theme, jekyll-template
Jekyll Text Theme
πŸ’Ž 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+8858.33%)
Mutual labels:  jekyll-theme, jekyll-template
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (+212.5%)
Mutual labels:  netlify, jamstack
Photorama
"PHOTORAMA" template for Jekyll
Stars: ✭ 168 (+600%)
Mutual labels:  jekyll-theme, jekyll-template
Garth
πŸ₯ A really basic theme for Jekyll
Stars: ✭ 85 (+254.17%)
Mutual labels:  jekyll-theme, liquid
Urban Jekyll Template
☁️ Agency template for Jekyll
Stars: ✭ 160 (+566.67%)
Mutual labels:  jekyll-theme, jekyll-template
Jekyll Theme Massively
Preview
Stars: ✭ 187 (+679.17%)
Mutual labels:  jekyll-theme, jekyll-template
Treat Jekyll Template
🍰 Food/baking blog template for Jekyll
Stars: ✭ 112 (+366.67%)
Mutual labels:  jekyll-theme, jekyll-template
Cause Jekyll Template
🌷 Not for profit template for Jekyll
Stars: ✭ 107 (+345.83%)
Mutual labels:  jekyll-theme, jekyll-template
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (+504.17%)
Mutual labels:  jekyll-theme, jekyll-template
Neumorphism
Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.
Stars: ✭ 96 (+300%)
Mutual labels:  jekyll-theme, jekyll-template
Hitchens
An inarguably well-designed Jekyll theme.
Stars: ✭ 162 (+575%)
Mutual labels:  jekyll-theme, jekyll-template
saleor-sdk
JavaScript/TypeScript SDK for building e-commerce experiences and checkouts with Saleor API.
Stars: ✭ 125 (+420.83%)
Mutual labels:  ecommerce, e-commerce
Hagura
A light weight, minimal Jekyll theme.
Stars: ✭ 235 (+879.17%)
Mutual labels:  jekyll-theme, jekyll-template

Supply, an e-commerce Jekyll theme with Gumroad integration

Netlify Status

Supply is an e-commerce template for Jekyll + Gumroad, designed with Tachyons CSS.

If you are a Gumroad creator, you can use Supply with Jekyll to display and sell products on your site or blog.

Demo Site with documentation

Browse through a live demo: https://templates.supply.

Supply template screenshot

Find more templates, themes, and Jekyll tutorials.

Features

Setup

  1. Install Jekyll
  2. Add your site and author details in _config.yml.
  3. Get a workflow going to see your site's output with Jekyll locally.

Supply was built with Jekyll version 4.0.0 and should support newer versions as well.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Config

Add your custom configuration in the _config file.

Navigation

  • Exposed as a data file to give clients better access
  • Set in the Data / Navigation section, look for navigation.yml in _data.

Footer

Look for footer.html in _includes to add and change your footer links.

Contact Page

To add you formcarry endpoint URL to _config.yml, you'll need a fromcarry account, please refer to formcarry documentation

Add your map coordinates if you want to display a map. Please refer to the jekyll-leaflet plugin and [Leaflet](https://leafletjs.co m) documentation for customizing your map(s).

Product Pages

If you have products on Gumroad, you can start adding product pages right away. Within the Supply theme, you'll find a sample of a product page with free products, free-products.html, located in _pages.

Develop

Building front-end assets: styles and scripts

  1. Install Node module dependencies:
npm install

Tachyons

You can change the site styling using Tachyons, look for the CSS in the sup-theme file, located in the src folder.

Tachyons is a CSS toolkit and design system based on using components. Please refer to Tachyons documentation, you can also start with https://github.com/dwyl/learn-tachyons

Gulp commands with browser reload

Supply uses a couple of custom Gulp.js commands with gulp. Make sure to install gulp 4: npm install --global gulp-cli. (If you have an earlier version of Gulp JS, make sure to remove it by running npm uninstall --global gulp). Then run npm install --save-dev gulp@4 to install it into your project development dependencies.

Once that is done, to build your site & concatenate your CSS (in assets -> CSS), simply run:

gulp build

in Terminal.

Then use

gulp watch

This command builds the site locally on port 3000, with Browsersync so you can quickly revise design changes.

Preview your site with browser reload at localhost:3000 Use the address localhost:3001 for additional features like grid preview, CSS highlighting, and more during development.

Editing

Posts

  • Add, update, or remove a post in the Posts collection.
  • Change the defaults when new posts are created in _posts/_defaults.md.

Collections

To display products, Supply uses a collection called product You will find a series of product samples in the _products collection folder. By design, all the products are on display on the home page, in Supply, that is Γ¬ndex.html. You can manually create pages based on this index to sort your products or any other collection by custom variable.

You can also add your products in regular posts, using the Gumroad overlay, embed, and hyperlinks method, thanks to an include snippet.

Write something like:

{% raw %}<a href="https://gum.co/supply class="no-underline pv2 grow db"><img class="w-100" src="/images/screenshot.png"></a>

{% include gumroad-overlay.html id="supply" %}{% endraw %}

to get a product display like this:

Copyright / License

Supply is designed by alternatyves and licensed under the MIT license.

contributions welcome

Please use and contribute to Supply .

Buy Me A Coffee

Who is using this?

Are you using Supply? Let me know!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].