Files
@ 476daae2a94c
Branch filter:
Location: kallithea/docs/usage/statistics.rst
476daae2a94c
1.2 KiB
text/prs.fallenstein.rst
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