You are not logged in.

#1 2012-04-23 02:04:10

caasi
Member
Registered: 2012-03-21
Posts: 44
Website

How to deal with the code highlight problem of Jekyll in ArchLinux

Seemingly, The code highlight function of Jekyll is required by python-pygments but I use python2 in ArchLinux. I have to install python2-pygments instead but this works not very well because Jekyll needs /usr/bin/pygmentize instead of pygmentize2
Below is a dirty solution:

sudo pacman -S python2-pygments
ln -s /usr/bin/pygmentize2 /usr/bin/pygmentize

Any other good solution? or any plugin of Jekyll can replace python-pygments[2]?

Last edited by caasi (2012-04-23 02:07:14)

Offline

Board footer

Powered by FluxBB