All Projects → keirwhitaker → Shopify Birthday Suit

keirwhitaker / Shopify Birthday Suit

Licence: mit
Exceedingly bare bones Shopify theme

Labels

Projects that are alternatives of or similar to Shopify Birthday Suit

Jsx Lite
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and Liquid.
Stars: ✭ 1,015 (+991.4%)
Mutual labels:  liquid
Openshift Migration Best Practices
Best practices for migrating from OpenShift 3 to 4
Stars: ✭ 64 (-31.18%)
Mutual labels:  liquid
Shopify Css Import
Add CSS import functionality to Shopify theme development with Grunt.js or Gulp.js
Stars: ✭ 82 (-11.83%)
Mutual labels:  liquid
Slater Theme
Shopify Starter theme based on slate
Stars: ✭ 47 (-49.46%)
Mutual labels:  liquid
Shopify Naked
Completely naked Shopify theme to use as a starting point for theme development
Stars: ✭ 57 (-38.71%)
Mutual labels:  liquid
Ajaxify Cart
Ajaxify Your Shopify Cart
Stars: ✭ 71 (-23.66%)
Mutual labels:  liquid
Jekyll Liquify
A Jekyll filter that parses Liquid from front matter
Stars: ✭ 21 (-77.42%)
Mutual labels:  liquid
Site
Stars: ✭ 86 (-7.53%)
Mutual labels:  liquid
Gojekyll
A fast clone of the Jekyll blogging engine, in Go
Stars: ✭ 62 (-33.33%)
Mutual labels:  liquid
Glim
Static site generator which is semi-compatible with Jekyll
Stars: ✭ 76 (-18.28%)
Mutual labels:  liquid
Liquid.net
.Net Port of the Liquid template language
Stars: ✭ 47 (-49.46%)
Mutual labels:  liquid
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (+1064.52%)
Mutual labels:  liquid
Shopify Webpack Dev Workflow
Stars: ✭ 71 (-23.66%)
Mutual labels:  liquid
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-50.54%)
Mutual labels:  liquid
Smartstore
Open Source ASP.NET Core Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 82 (-11.83%)
Mutual labels:  liquid
Language Liquid
Liquid language support for Atom.
Stars: ✭ 28 (-69.89%)
Mutual labels:  liquid
Solid
Liquid template engine in Elixir
Stars: ✭ 68 (-26.88%)
Mutual labels:  liquid
Liquid Rails
Renders liquid templates with layout and partial support
Stars: ✭ 91 (-2.15%)
Mutual labels:  liquid
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-8.6%)
Mutual labels:  liquid
Rustycrate.ru
Русскоязычный сайт о языке программирования Rust
Stars: ✭ 72 (-22.58%)
Mutual labels:  liquid

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.

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].