Skip to content

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

Notifications You must be signed in to change notification settings

lukeharvey/shopify-naked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Liquid 98.3%
  • JavaScript 1.7%