Skip to content

OrganicMan/legacy-shopify

Repository files navigation

OBS Shopify Theme Circle CI

Ways to Get Started

  • Download the latest release
  • Clone the repo git clone https://github.com/Organic-Beard-Supply/obs-shopify-theme.git
  • Or install with Bower bower install obs-shopify-theme

Stores

Basic structure

├── assets
│   └── Javascript, CSS, and theme images
├── layout
│   ├── theme.liquid
│   └── optional alternate layouts
├── snippets
│   └── custom code snippets
├── spec
│   └── tests and helpers
├── templates
│   ├── 404.liquid
│   ├── article.liquid
│   ├── blog.liquid
│   ├── cart.liquid
│   ├── collection.liquid
│   ├── collection.list.liquid
│   ├── index.liquid
│   ├── list-collections.liquid
│   ├── page.contact.liquid
│   ├── page.liquid
│   ├── product.liquid
│   ├── search.liquid
│   └── customers
│         └── required templates if customer accounts are enabled
├── config.yml
│   └── if using the theme gem (see link under Additional Resources)

Additional resources

License

Timber is released under the MIT License.