Sha256: f2f7a630b0042420bc00571137009a990775028e43992b7cab8e34a49a292054
Contents?: true
Size: 777 Bytes
Versions: 5
Compression:
Stored size: 777 Bytes
Contents
require 'rubygems' require 'bundler/setup' 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
5 entries across 5 versions & 1 rubygems