templates/backbone/Gumdrop in gumdrop-0.7.5 vs templates/backbone/Gumdrop in gumdrop-0.8.0

- old
+ new

@@ -1,6 +1,5 @@ -puts "Gumdrop v#{Gumdrop::VERSION} building..." configure do set :site_title, "My Site" set :site_tagline, "My home on thar intarwebs!" @@ -77,9 +76,15 @@ # pager:pager, # current_page:pager.current_page # end end + +# All Gumdrop Hooks: on_start, on_before_scan, on_scan, on_before_generate, on_generate, on_before_render, on_render, on_end +on_start do |site| + puts "Gumdrop v#{Gumdrop::VERSION} building..." +end +# on_end do |site| end # Example of using a content filter to compress CSS output # require 'yui/compressor' # content_filter do |content, info| # if info.ext == '.css'