Sha256: 25cf1fc8365b813866f9d082567faa3aa09916ac8e5968fbda34dfe33f380a4b

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 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'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fuel-0.2.5 lib/generators/templates/fuel.rb
fuel-0.2.4 lib/generators/templates/fuel.rb
fuel-0.2.3 lib/generators/templates/fuel.rb