Files
@ 079b24620dce
Branch filter:
Location: kallithea/docs/index.rst
079b24620dce
1.2 KiB
text/prs.fallenstein.rst
less: move non-generated parts of pygments.css to less file
The remaining parts of pygments.css can be generated with:
pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1, .codehilite \1 { /g' > kallithea/public/css/pygments.css
The remaining parts of pygments.css can be generated with:
pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1, .codehilite \1 { /g' > kallithea/public/css/pygments.css