| project_path = "." |
| http_path = '/' |
| output_style = :expanded |
| sass_dir = 'content/assets/css' |
| css_dir = 'output/assets/css' |
| fonts_dir = "output/assets/fonts" |
| icon_fonts_path = "output/assets/fonts" |
| icon_fonts_dir = "output/assets/fonts" |
| sass_options = { |
| :syntax => :scss |
| } |