Skip to content

jonathanmoore/skeleton-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Skeleton theme

The Skeleton theme is a simplified Shopify theme, to be used as a "blank slate" starting point for theme designers.

Features:

  • Almost no CSS or theme settings. Ready to be customized any way you want.
  • Commented code to teach you Liquid concepts in practice.

Designing a store for a client? Earn 20% revenue through our Partner program.

Getting started

  1. Download the latest version
  2. or clone the git repo: git clone https://github.com/Shopify/skeleton-theme.git

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

Additional resources

About

skeleton-theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors