- 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
- Production Store: Buy actual products from Organic Beard Supply
- Development Store: See what we're working on next. This is where we play :)
├── 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)
- Shopify Themes Documentation: Learn more about Liquid and theme templates.
- Theme Kit: Next generation tool for syncing theme files. Currently in beta.
- Liquid Tag Cheat Sheet
- Need more help? Ask a question in Shopify's Design Forums.
Timber is released under the MIT License.