Files
@ 476daae2a94c
Branch filter:
Location: kallithea/setup.cfg
476daae2a94c
726 B
text/x-ini
style: generate pygments.css directly with pygmentize -a
This avoids 'sed' post-processing of the generated css.
pygments.css can thus be generated with:
pygmentize -S default -f html -a .code-highlight > kallithea/public/css/pygments.css
This avoids 'sed' post-processing of the generated css.
pygments.css can thus be generated with:
pygmentize -S default -f html -a .code-highlight > kallithea/public/css/pygments.css