Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame] | 1 | # 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 | |
| 9 | STYLE = default |
| 10 | |
| 11 | pygments: |
| 12 | pygmentize -S ${STYLE} -f html > ./static/css/pygments.css |
Vincent Cheng | b39b038 | 2014-02-21 01:51:34 -0800 | [diff] [blame] | 13 | |
| 14 | style: |
| 15 | lessc static/css/style.less > static/css/style.css |