sumgr0 / shopify-poc

Exceedingly bare bones Shopify theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify Birthday Suit

Shopify Birthday Suit is an exceedingly bare bones Shopify theme intended for use by theme developers as a basis for their own theme development. It is not intended to be used "as is", rather as a building block. Feel free to modify and use for your own means.

Install

To install the theme download the ZIP file and upload the same ZIP file to your Shopify store. Full details on uploading a theme can be found in the official Shopify docs.

What's included?

Assets Folder

The theme layout file references a shop.js and style.css file. Both of these are empty - intentionally. Consequently the theme is rendered with default browser styling and zero JS interactions.

Config Folder

I have included a very basic settings_schema.json file. This includes a checkbox to indicate the use of a custom logo along with a file upload to add in a custom logo. Feel free to build on this and add in your own settings. Full info on theme settings can be found in the Shopify Docs.

Layout Folder

The default layout file theme.layout is included. It includes a reference to the latest release of jQuery and adds some useful classes based on page titles and templates to the body element.

A basic header element is included that includes Liquid code to output the current cart item count along with a link to the checkout.

Finally I have included code to output a simple navigation list using the default link-list titled main-menu.

Templates

The following are included with basic boilerplate code. For example product.liquid will output the product title and description along with a form detailing all product variants and price. Appropriate HTML is used for headings, paragraphs and lists but are easily customisable.

All of the following templates are intentionally very basic and designed as starting points:

  • 404.liquid
  • article.liquid
  • blog.liquid
  • cart.liquid
  • collection.liquid
  • index.liquid
  • list-collections.liquid
  • page.liquid
  • password.liquid
  • product.liquid
  • search.liquid

Shopify Resources

Acknowledgements

Shopify Birthday Suit was created and is maintained by Keir Whitaker with inspiration from the hundreds of talented Shopify theme developers out there sharing their code and ideas.

About

Exceedingly bare bones Shopify theme

License:MIT License


Languages

Language:Liquid 100.0%