Sha256: e93674b690d95dcfec2526102d7eed0ca77ac3214f517acc681b70a820fd07b1
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
Georgia.setup do |config| # Add various page templates to fit your application needs # config.templates = %w(default one-column sidebar-left sidebar-right) # Site title # config.title = 'Georgia' # Site URL # Do not add trailing slash # config.url = 'http://www.example.com' # Georgia Headers # Add to this list or simply change order # config.navigation = %w(dashboard pages messages media navigation widgets) # Indexer # Choices are :solr or :tire # config.indexer = :tire # Storage # Choices are :cloudinary or :fog # config.storage = :fog end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.7.8 | lib/generators/georgia/install/templates/config/initializers/georgia.rb |