https://github.com/fixate/shopify-boilerplate
A boilerplate for Shopify, based on Timber.
https://github.com/fixate/shopify-boilerplate
Last synced: 2 months ago
JSON representation
A boilerplate for Shopify, based on Timber.
- Host: GitHub
- URL: https://github.com/fixate/shopify-boilerplate
- Owner: fixate
- Created: 2015-11-19T10:22:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T07:21:21.000Z (about 9 years ago)
- Last Synced: 2025-01-04T08:37:29.973Z (4 months ago)
- Language: Liquid
- Size: 112 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fixate-shopify-boilerplate
A boilerplate for Shopify, based on Timber.# Prepping your site for local dev
To get credentials:Log in to Store Admin
Go to apps
Select/Create your new appSetting up your config.yml
'theme_id' Can be left blank
'access_token' Password field
'store' URL to the front-end of your store
'refill_rate' Rate that tickets are replenished by the Shopify API (per second)
'bucket_size' Size of your Access Tokens bucket
'concurrency' Number of workers to spawn# settings_schema.json
Important Note: When this file is updated it will clear all other fields with the same 'type'# Breadcrumbs
See: http://docs.shopify.com/support/your-website/navigation/creating-a-breadcrumb-navigation# Dropdown Menu
See: http://docs.shopify.com/manual/your-website/navigation/create-drop-down-menuThe only class used in this boilerplate is .visually-hidden
This is because it is a commonly used class to hide items.
If you need this to be changed you can globally search and replace itAll the ajax snippets also have default classes applied to them.
This boilerplate uses https://github.com/fixate/fixate-fabricator as a styleguide.
As such, the grid system is used on some templates/snippets in this boilerplate > [gw, g, g-1/1]### License
MIT: http://fixate.mit-license.org/