add susy/compass/sass for styling

This commit is contained in:
James Walker 2013-11-08 12:46:49 -05:00
parent da9b71db9f
commit 60f88d79ab
4 changed files with 38 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
_site
.gist-cache
.sass-cache

View File

@ -1,3 +1,4 @@
source "http://rubygems.org"
gem "rake"
gem "jekyll"
gem "susy"

View File

@ -1,13 +1,19 @@
GEM
remote: http://rubygems.org/
specs:
chunky_png (1.2.9)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
colorator (0.1)
commander (4.1.5)
highline (~> 1.6.11)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
fast-stemmer (1.0.2)
ffi (1.9.3)
fssm (0.2.10)
highline (1.6.20)
jekyll (1.3.0)
classifier (~> 1.3)
@ -38,6 +44,10 @@ GEM
ffi (>= 0.5.0)
redcarpet (2.3.0)
safe_yaml (0.9.7)
sass (3.2.12)
susy (1.0.9)
compass (>= 0.12.2)
sass (>= 3.2.0)
syntax (1.0.0)
yajl-ruby (1.1.0)
@ -47,3 +57,4 @@ PLATFORMS
DEPENDENCIES
jekyll
rake
susy

25
config.rb Normal file
View File

@ -0,0 +1,25 @@
require 'susy'
http_path = "/"
css_dir = "stylesheets"
sass_dir = "_sass"
images_dir = "images"
fonts_dir = "fonts"
javascripts_dir = "javascripts"
output_style = :compressed
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false
# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass