blog/config.rb

20 lines
413 B
Ruby
Raw Permalink Normal View History

require 'sass-globbing'
2009-10-19 00:07:36 +00:00
# Require any additional compass plugins here.
project_type = :stand_alone
# Publishing paths
2009-10-19 00:07:36 +00:00
http_path = "/"
http_images_path = "/images"
http_generated_images_path = "/images"
http_fonts_path = "/fonts"
2011-04-18 03:49:30 +00:00
css_dir = "public/stylesheets"
# Local development paths
sass_dir = "sass"
images_dir = "source/images"
2011-04-18 03:49:30 +00:00
fonts_dir = "source/fonts"
line_comments = false
output_style = :compressed