mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Update syntax highlighting post
- Remove references to .less
This commit is contained in:
parent
1e25af92b7
commit
26c6eb58d3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue