Sha256: 57ccdd2aeb6f1eadce9081bd472160b1b94f551ce84f145291231be4de2910a9
Contents?: true
Size: 734 Bytes
Versions: 23
Compression:
Stored size: 734 Bytes
Contents
require 'dugway' options = {} # Use data from any store to make sure your theme looks great with all sorts of products, pages, # categories, and more. Just give us the subdomain. Default is "dugway" for dugway.bigcartel.com. # options[:store] = 'mystore' # Simulate the customization done by store owners by passing values to different variables. # Default values are based on the "default" for each setting in your settings.json. # options[:customization] = { # :logo => { # :url => 'http://placehold.it/200x50/000000/ffffff&text=My+Logo', # :width => 200, # :height => 50 # }, # :background_color => '#CCCCCC', # :show_search => true, # :twitter_username => 'mytwitter' # } run Dugway.application(options)
Version data entries
23 entries across 23 versions & 1 rubygems