Skip to content

Commit baaf509

Browse files
committed
Willing to try anything
1 parent 3c55940 commit baaf509

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ kramdown:
5656
# Use GitHub flavored markdown, including triple backtick fenced code blocks
5757
input: GFM
5858
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
59-
# syntax_highlighter: rouge
60-
# syntax_highlighter_opts:
61-
# # Use existing pygments syntax highlighting css
62-
# css_class: 'highlight'
59+
syntax_highlighter: rouge
60+
syntax_highlighter_opts:
61+
# Use existing pygments syntax highlighting css
62+
css_class: 'highlight'
6363

6464
# Set the Sass partials directory, as we're using @imports
6565
sass:

_sass/_highlights.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.highlight {
2+
pre.highlight {
33
background-color: #efefef;
44
padding: 7px 7px 7px 10px;
55
border: 1px solid #ddd;

0 commit comments

Comments
 (0)