Fix the deprecated pygments option to highlighter

Since Jekyll 3.0 the pygments option was deprecated. Instead we
must use highlighter option and put pygments value in order to
continue to use pygments as syntax highlighting library [1].

[1] https://jekyllrb.com/docs/upgrading/2-to-3/#syntax-highlighter-changed
master
Filipe Saraiva 8 years ago committed by GitHub
parent fe6fe5183f
commit 0f864c60bd

@ -9,7 +9,7 @@ redcarpet:
extensions: [smart, tables] extensions: [smart, tables]
# colorize code snippets with the pygments module # colorize code snippets with the pygments module
pygments: true highlighter: pygments
# The path structure for blog posts. # The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html permalink: /blog/:year/:month/:day/:title.html

Loading…
Cancel
Save