Chen Yangjian
Chen Yangjian
I've kept myself from adopting any plugins because Github Pages only accept vanilla Jekyll. They run jekyll with `--safe` option turned on. Anyway, it's merely possible to adopt existing plugins...
I see your point. Darko uses `registerTag` internally already, for Jekyll specific tags' support. Plugins written in Ruby is a no for Darko, because that's quite absurd to do so....
Aha. It seems Github Pages have got several plugins baked in. https://help.github.com/articles/using-jekyll-plugins-with-github-pages/ Maybe I shall take these official plugins for example, see if I can manage to implement them in...
That'll require a Python installation and some stuff like `pip install pygments`, right? - http://jekyll-windows.juthilo.com/3-syntax-highlighting/
Maybe darko should support the option of specifying syntax highlighter like [current version of Jekyll](http://jekyllrb.com/docs/templates/#code-snippet-highlighting). Something like `highlighter: highlight.js` or `highlighter: pygments` in `_config.yml`. If pygments is preferred and the...
Found an alternative: https://github.com/thlorenz/peacock