Sha256: c230a14d8f2668261861659dd4bc9107ba5cd222feb645e010c4fb1906b9842e

Contents?: true

Size: 626 Bytes

Versions: 2

Compression:

Stored size: 626 Bytes

Contents

Trejo.configure do |config|
  # Setting site_title to 'My Website Title' and calling:
  #
  #   title 'About Us'
  #
  # yields the title tag:
  #
  #   <title>About Us | My Website Title</title>
  #
  # Defaults to the top level application module name
  #
  # config.site_title = 'My Website Title'

  # Setting company_name to 'Church of Scientautology, LLC' and calling:
  #
  #   copyright_notice
  #
  # yields the output text:
  #
  #   © 2015 Church of Scientautology, LLC, All Rights Reserved
  #
  # Defaults to the top level application module name
  #
  # config.company_name = 'Church of Scientautology, LLC'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trejo-0.0.3 lib/generators/templates/initializer.rb
trejo-0.0.2 lib/generators/templates/initializer.rb