From 20f303f3d1dfb7be0510417d7366021c8f715cac Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 11 Oct 2013 10:59:06 -0700 Subject: [PATCH] Remove unused commented-out settings from config.rb --- config.rb | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/config.rb b/config.rb index 5943e70..afbb33e 100644 --- a/config.rb +++ b/config.rb @@ -1,47 +1,3 @@ -### -# Compass -### - -# Change Compass configuration -# compass_config do |config| -# config.output_style = :compact -# end - -### -# Page options, layouts, aliases and proxies -### - -# Per-page layout changes: -# -# With no layout -# page "/path/to/file.html", :layout => false -# -# With alternative layout -# page "/path/to/file.html", :layout => :otherlayout -# -# A path which all have the same layout -# with_layout :admin do -# page "/admin/*" -# end - -# Proxy pages (http://middlemanapp.com/dynamic-pages/) -# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => { -# :which_fake_page => "Rendering a fake page with a local variable" } - -### -# Helpers -### - -# Automatic image dimensions on image_tag helper -# activate :automatic_image_sizes - -# Reload the browser automatically whenever files change -# activate :livereload - -# Methods defined in the helpers block are available in templates -# helpers do -# end - set :css_dir, 'stylesheets' set :js_dir, 'javascripts'