Sha256: d5306ea16a78871207fb2183e60ae632012d97de108c878d435333fc858660c7

Contents?: true

Size: 686 Bytes

Versions: 2

Compression:

Stored size: 686 Bytes

Contents

Calagator.setup do |config|

  # # Site's name
  # config.title = 'Calagator'

  # # Site's tagline
  # config.tagline = 'A Tech Calendar'

  # # Site's URL with trailing slash
  # config.url = 'http://my-calagator.org/'

  # # Map to display on /venues page:
  # config.venues_map_options = {
  #   # Zoom magnification level:
  #   zoom: 12,
  #   # Center of the map, in latitude and longitude.
  #   # If no center is specified, the map will zoom to fit all markers.
  #   center: [45.518493, -122.660737]
  # }

  # # Patterns for detecting spam events and venues
  # config.blacklist_patterns = [
  #   /\b(online|overseas).+(drugstore|pharmacy)\b/,
  #   /\bcialis\b/,
  # ]
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
calagator-0.0.1.pre1 lib/generators/calagator/templates/config/calagator.rb
calagator-0.0.1.pre1 spec/dummy/config/initializers/calagator.rb