mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
To generate pygments theme files, get a list of known styles: >>> from pygments.styles import STYLE_MAP >>> STYLE_MAP.keys() ['default', 'emacs', 'friendly', 'colorful'] Generate the relevant stylesheet etc: $ pygmentize -S emacs -f html -a '.highlight pre' > pygments/emacs.css |
||
|---|---|---|
| .. | ||
| pygments | ||
| bootstrap.css | ||
| bootstrap.min.css | ||
| clean-blog.css | ||
| clean-blog.min.css | ||
| font-awesome.css | ||
| font-awesome.min.css | ||
| style.css | ||