Sha256: a24d25124454f3f05575818ae70f53390856fabae25f24e6d91645e935b46d29

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 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"

  # Add Disqus
  #config.disqus_name = 'your_disqus_name'

  # Add Twitter
  #config.twitter = true

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fuel-0.2.6 lib/generators/templates/fuel.rb