Skip to content

Commit d0e7c5e

Browse files
committed
Enable Pygments pre Jekyll 2.0
- GitHub Pages doesn't support highlighter: pygments, wait to switch
1 parent d388da3 commit d0e7c5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ links:
4545
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
4646
timezone: America/New_York
4747
future: true
48-
highlighter: pygments
48+
pygments: true
49+
#highlighter: pygments
4950
markdown: kramdown
5051

5152
# https://github.com/mojombo/jekyll/wiki/Permalinks

0 commit comments

Comments
 (0)