-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haml&SASS support and 'include' option #351
Conversation
I would love to have this merged +1 Does it support layout HAML too? |
@nashbridges Awesome. It would be great if it supported sass syntax too :) |
Vote for this. |
Fix non-pygments code highlighting
fix for #53 |
If there is any activity still around this PR. It might be best to not include HAML/SASS/Compass in the .gemspec as not everyone is going to want those included, and do a |
Hi!
So I made an effort to safely add Haml and Sass support to Jekyll. In additition to disabled ruby evaluation, Haml engine is set to :ugly which have to improve overall parsing speed.
Include option fixes https://github.com/mojombo/jekyll/issues/issue/55/, but more flexible than in #261
All features are covered with tests, but I'm open to your suggestions and corrections.