Sha256: 0a735ca5a9c1e4269f466bc04240a226d4826f2298ace14d0f970ec9ed52fd3b

Contents?: true

Size: 580 Bytes

Versions: 2

Compression:

Stored size: 580 Bytes

Contents

# Customize Fuel
Fuel.configure do |config|

  # Change the layout to render with the blog
  config.layout = "application"

  # Change title of blog
  config.blog_title = "Blog"

  # Change admin username
  config.username = "admin"

  # Change admin password
  config.password = "password"

  # Change number of posts to show per page on blog
  config.paginates_per = 5

  config.helpers = ["ApplicationHelper",
                    #"another_helper",
                    ]

  # Add Disqus
  #config.disqus_name = 'your_disqus_name'

  # Add Twitter
  #config.twitter = true

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fuel-0.3.3 lib/generators/templates/fuel.rb
fuel-0.3.2 lib/generators/templates/fuel.rb