/shopify-naked

Completely naked Shopify theme to use as a starting point for theme development

Primary LanguageLiquid

This is no longer actively maintained.

Shopify Naked theme

This is a completely naked Shopify theme. It's based on Shopify Skeleton and will track the changes applied to that in terms of liquid code. I found myself stripping out so much HTML and CSS I didn't need for client sites this would save me time creating new themes. This is meant for advanced Shopify theme developers, I have left in some semantic HTML such as some header tags and list items but that's about it. I've also left in the product variant JS for now.

You can view it here if you really want to see a blank site https://shopify-naked.myshopify.com/.

Download / Setup

  1. Download the latest version
  2. or clone the git repo: git clone git@github.com:thisiscapra/shopify-naked.git
  3. I like to use the Shopify theme gem for development shopify_theme
  4. Import some dummy product data to start developing download CSV file

Basic structure

├── assets
│   └── Javascript, CSS, and theme images
├── config
│   └── custom Theme Settings
├── layout
│   ├── theme.liquid
│   └── optional alternate layouts
├── snippets
│   └── optional custom code snippets
├── templates
│   ├── 404.liquid
│   ├── article.liquid
│   ├── blog.liquid
│   ├── cart.liquid
│   ├── collection.liquid
│   ├── index.liquid
│   ├── page.liquid
│   ├── product.liquid
│   └── search.liquid