New version of Jekyll : Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
Thus, _config.yml line 4, needs to be changed from :
pygments: true
to:
highlighter: pygments