I’ve recently written a Jekyll plugin that uses clang-format
to pretty-print C++ code blocks. Is there any way to specitfy package dependencies for my gh-pages environments so that I can actually use the plugin?
Thanks, Mirco.
I’ve recently written a Jekyll plugin that uses clang-format
to pretty-print C++ code blocks. Is there any way to specitfy package dependencies for my gh-pages environments so that I can actually use the plugin?
Thanks, Mirco.
Oh well… I just discovered that custom Jekyll plugins are all together not supported on GitHub Pages.