aboutsummaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-18 20:10:45 -0500
committerB Mathis <brandon@imathis.com>2009-10-18 20:10:45 -0500
commitd8d51719fb2ec7cb2ee70dab4665c74baa0fb783 (patch)
tree1a3ba6a62eaa3c0d5b3bc8d5bcf5447ecd9335ec /config.rb
parent82d0251da120186c27791b7c073aa103d73c2b31 (diff)
downloadmy_new_personal_website-d8d51719fb2ec7cb2ee70dab4665c74baa0fb783.tar.xz
my_new_personal_website-d8d51719fb2ec7cb2ee70dab4665c74baa0fb783.zip
added compass, added some basic stylesheets
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.rb b/config.rb
index 8fcaa802..6c614916 100644
--- a/config.rb
+++ b/config.rb
@@ -2,8 +2,8 @@
project_type = :stand_alone
# Set this to the root of your project when deployed:
http_path = "/"
-css_dir = "_site/stylesheets"
-sass_dir = "_source/stylesheets"
+css_dir = "site/stylesheets"
+sass_dir = "source/stylesheets"
images_dir = "images"
# To enable relative paths to assets via compass helper functions. Uncomment: