Features
- Almost no theme settings. Ready to be customized any way you want.
 - Only ~500 lines of CSS including comments.
 - Despite its 500 lines of CSS code, it is responsive and has styled drop-down menus.
 - Include SVG images to style select elements and cart icon.
 - Commented code to teach you Liquid concepts in practice.
 
Getting started
- Download the latest version
 - or clone the git repo: 
git clone https://github.com/VirtoCommerce/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
│   └── list-collections.liquid
Additional resources
- Theme Documentation: Learn more about Liquid and theme templates.
 
License
Released under the MIT-LICENSE.