Skip to content

Instantly share code, notes, and snippets.

@scottdavis
Forked from warthurton/config.rb
Created February 23, 2012 17:22
Show Gist options
  • Save scottdavis/1893893 to your computer and use it in GitHub Desktop.
Save scottdavis/1893893 to your computer and use it in GitHub Desktop.
Octopress config.rb
# Require any additional compass plugins here.
project_type = :stand_alone
# Publishing paths
http_path = "/"
http_images_path = "http://cdn.warthurton.com/images"
http_fonts_path = "http://cdn.warthurton.com/fonts"
css_dir = "public/stylesheets"
# Local development paths
sass_dir = "sass"
images_dir = "source/images"
fonts_dir = "source/fonts"
line_comments = false
output_style = :compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment