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.
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.
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.
An empty settings_schema.json
file is included. Build on this and add in your own settings. Full info on theme settings can be found in the Shopify Docs.
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
.
The following are included with a reference to a "main" section each, following the Dawn example. For example product.json
contains a reference to main-product.liquid
section. Each main section contains just some very basic boilerplate code for you to start developing from.
All of the following templates are intentionally very basic and designed as starting points:
404.json
article.json
blog.json
cart.json
collection.json
index.json
list-collections.json
page.json
password.json
product.json
search.json
There is a basic default English locale included with this theme, but no translation strings.
Shopify Birthday Suit was created by Keir Whitaker with inspiration from the hundreds of talented Shopify theme developers out there sharing their code and ideas. It was updated to Shopify OS2 by Craig Cooper.