From ab5bb09f3e40e61ea006530f2380563467dfe3b2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 4 Sep 2014 14:55:13 -0400 Subject: [PATCH] Update syntax highlighting post - Remove references to .less --- _posts/articles/2013-08-16-code-highlighting-post.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/articles/2013-08-16-code-highlighting-post.md b/_posts/articles/2013-08-16-code-highlighting-post.md index fc69685..3d0fd25 100644 --- a/_posts/articles/2013-08-16-code-highlighting-post.md +++ b/_posts/articles/2013-08-16-code-highlighting-post.md @@ -18,7 +18,7 @@ Syntax highlighting is a feature that displays source code, in different colors ### Pygments Code Blocks -To modify styling and highlight colors edit `/assets/less/pygments.less` and compile `main.less` with your favorite preprocessor. Or edit `main.css` if that's your thing, the classes you want to modify all begin with `.highlight`. +To modify styling and highlight colors edit `/_sass/_pygments.scss`. {% highlight css %} #container { @@ -78,7 +78,7 @@ end ### Fenced Code Blocks -To modify styling and highlight colors edit `/assets/less/coderay.less` and compile `main.less` with your favorite preprocessor. Or edit `main.css` if that's your thing, the classes you want to modify all begin with `.coderay`. Line numbers and a few other things can be modified in `_config.yml` under `coderay`. +To modify styling and highlight colors edit `/_sass/_coderay.scss`. Line numbers and a few other things can be modified in `_config.yml`. Consult [Jekyll's documentation](http://jekyllrb.com/docs/configuration/) for more information. ~~~ css #container {