Skip to content

Commit

Permalink
disable rouge highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhigyaKrishna committed May 30, 2024
1 parent 7f26a38 commit d1e0667
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ plugins:

kramdown:
input: GFM
footnote_backlink: "↩︎"
syntax_highlighter: rouge
syntax_highlighter_opts:
disable: true

paginate: 8
paginate_path: "/page/:num"
Expand Down
10 changes: 5 additions & 5 deletions _sass/1-tools/_syntax-highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Syntax Highlighting
*/

//.highlight {
// border-radius: 4px;
// color: $white;
// background: $blue-dark;
.highlight {
border-radius: 4px;
color: $white;
background: $blue-dark;
//
// .c { color: #998; font-style: italic } // Comment
// .err { color: #a61717; background-color: #e3d2d2 } // Error
Expand Down Expand Up @@ -66,4 +66,4 @@
// .vg { color: #008080 } // Name.Variable.Global
// .vi { color: #008080 } // Name.Variable.Instance
// .il { color: #099 } // Literal.Number.Integer.Long
//}
}

0 comments on commit d1e0667

Please sign in to comment.