Sha256: 841650e39d41ecba6db34503561b5ea7ed4c61f4b4d3eb2dd8d934ee015fea24

Contents?: true

Size: 314 Bytes

Versions: 10

Compression:

Stored size: 314 Bytes

Contents

# frozen_string_literal: true

BootstrapLeather.configure do |config|
  config.application_logo = '/assets/logo.svg'
  config.application_path = '/'
  config.application_title = 'Dummy Site'
  config.application_description = 'This site is not real.'
  config.application_keywords = 'fake, dummy, development'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.13 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.11 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.10 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.9 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.8 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.7 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.6 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.5 spec/dummy/config/initializers/bootstrap_leather.rb
bootstrap_leather-0.10.4 spec/dummy/config/initializers/bootstrap_leather.rb