Sha256: 6fa469c42f0515f247f4e7261778bd34c4ce9cd18733493103a7a0111c91fbfd
Contents?: true
Size: 719 Bytes
Versions: 22
Compression:
Stored size: 719 Bytes
Contents
# pygments-css [Pygments](http://pygments.org), a Python-based code highlighting tool, comes with a set of builtin styles (not css files) for code highlighting. You have to generate a CSS file using the command line. You can generate these yourself, but this git repository has already generated them for you. build ----- These css files were generated using pygmentize on the command line like so:: pygmentize -S default -f html -a .highlight > default.css You can remove or change the top-level class by removing or modifying `-a .highlight` in the `makefile`. To regenerate them all with whichever ``pygments`` version you are using, run git clone <this repo> cd pygments-css make cssfiles
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-nanusefue-0.2.1 | assets/highlighting/README.md |
jekyll-theme-nanusefue-0.2.0 | assets/highlighting/README.md |