blob: 788be4210a5c011adbb7999399d33336820a42d5 [file] [log] [blame]
Giulio Fidente44ccac72013-03-21 18:51:03 +01001# Install using:
2#
3# pip install pygments
4#
5# built in styles: ['monokai', 'manni', 'rrt', 'perldoc', 'borland', 'colorful',
6# 'default', 'murphy', 'vs', 'trac', 'tango', 'fruity', 'autumn', 'bw', 'emacs',
7# 'vim', 'pastie', 'friendly', 'native']
8
9STYLE = default
10
11pygments:
12 pygmentize -S ${STYLE} -f html > ./static/css/pygments.css
Vincent Chengb39b0382014-02-21 01:51:34 -080013
14style:
15 lessc static/css/style.less > static/css/style.css