+[2016-11-09T23:02:12Z]allejooh he left +[2016-11-09T23:08:14Z]jekyllrbThe operation succeeded. +[2016-11-09T23:08:14Z]jaybe./learn minima is `bundle show minima` +[2016-11-09T23:08:31Z]jekyllrb(minima) (#1) https://github.com/jekyll/minima, or (#2) `bundle show minima` +[2016-11-09T23:08:30Z]jaybe./whatis minima
I've just installed jekyll and I've got the default config right now
+[2016-11-10T07:41:04Z]somiajHello. I have written a custom lexer for pygments and it works fine with pygmentize -l myname, but I can't seem ti find a way to get jekyll to recongize it using {% highlight myname %} +[2016-11-10T07:57:07Z]disconnectedsomiaj: that's stupid but have you configured jekyll to use pygments? +[2016-11-10T07:57:18Z]disconnectedafair it doesnt use it by default +[2016-11-10T07:57:30Z]somiajyea I have been reading that rogue is now default. I have set highlighter: pygments and it still isn't using the lexer +[2016-11-10T07:58:21Z]somiajwhen searching for info on writting a custom lexer I just found info on pygments and since I know python it wasn't to hard. I don't mind it being slower, or using pythong, just want it to work. I don't want to translte my lexer to rogue at this point.