Update syntax highlighting post

- Remove references to .less
This commit is contained in:
Michael Rose 2014-09-04 14:55:13 -04:00
parent 1e25af92b7
commit 26c6eb58d3

View file

@ -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 {