Lou Quillio c0dcf7c2bc Port Draco bitstream spec to Markdown.
This represents the grunt-work of porting the gDocs
document to plaintext. There are decisions to make
and polish to be applied.
2017-07-09 18:33:42 -07:00

28 lines
1.3 KiB
HTML

<h1 id="jekyll-pygments-themes">jekyll-pygments-themes</h1>
<p>A set of CSS theme files for Pygments (Python-based code highlighting tool)
created from the original built-in Pygments styles, ready for use with Jekyll.</p>
<h2 id="theme-previews-and-custom-theme-builder">Theme Previews and Custom Theme Builder</h2>
<ul>
<li><a href="https://jwarby.github.io/jekyll-pygments-themes">https://jwarby.github.io/jekyll-pygments-themes</a></li>
</ul>
<h2 id="using-themes-without-jekyll">Using Themes Without Jekyll</h2>
<p>If you want to use the themes with something other than Jekyll, you may need to
remove or change the CSS style prefix of <code class="highlighter-rouge">.highlight</code>.</p>
<h2 id="links">Links</h2>
<ul>
<li><a href="http://jekyllrb.com/">Jekyll</a> (<a href="http://jekyllrb.com/docs/templates/#code-snippet-highlighting">direct link to code highlighting documentation</a>)</li>
<li><a href="http://pygments.org">Pygments</a></li>
</ul>
<h2 id="hacking">Hacking</h2>
<p>If you want to hack on the site, check out the <a href="https://github.com/jwarby/jekyll-pygments-themes/tree/gh-pages">gh-pages</a> branch.</p>
<h2 id="acknowledgements">Acknowledgements</h2>
<p>Forked from <a href="https://github.com/richleland/pygments-css">richleland/pygments-css</a>.</p>