diff options
author | B Mathis <brandon@imathis.com> | 2009-11-21 15:41:38 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-21 15:41:38 -0600 |
commit | d3313c836dc7f2f620c0b207df5ae97f087c56de (patch) | |
tree | a9f03f7bc2e384e5c64b1ed0a4db6db54781359b /config.rb | |
parent | 6f10642bdebfef726318120b1f2eab26df022728 (diff) | |
download | my_new_personal_website-d3313c836dc7f2f620c0b207df5ae97f087c56de.tar.xz my_new_personal_website-d3313c836dc7f2f620c0b207df5ae97f087c56de.zip |
updated layout, page styles, fixed config paths for assets
Diffstat (limited to 'config.rb')
-rw-r--r-- | config.rb | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,11 +1,10 @@ # Require any additional compass plugins here. -#require 'compass-colors' +require 'compass-colors' project_type = :stand_alone # Set this to the root of your project when deployed: http_path = "/" css_dir = "site/stylesheets" -sass_dir = "/stylesheets" -images_dir = "images" - -# To enable relative paths to assets via compass helper functions. Uncomment: -# relative_assets = true +sass_dir = "stylesheets" +images_dir = "source/images" +images_dir = "source/images/" +http_images_path = "/images"
\ No newline at end of file |