blob: 788be4210a5c011adbb7999399d33336820a42d5 [file] [log] [blame]
# Install using:
#
# pip install pygments
#
# built in styles: ['monokai', 'manni', 'rrt', 'perldoc', 'borland', 'colorful',
# 'default', 'murphy', 'vs', 'trac', 'tango', 'fruity', 'autumn', 'bw', 'emacs',
# 'vim', 'pastie', 'friendly', 'native']
STYLE = default
pygments:
pygmentize -S ${STYLE} -f html > ./static/css/pygments.css
style:
lessc static/css/style.less > static/css/style.css