This is the source for the Pygments CSS themes previews and builder site. The site is built using Jekyll.
- Clone this repository and checkout the
gh-pages
branch - Install Jekyll
- Install the GitHub Pages gem
- Serve the site with
bundle exec jekyll serve
. Use--watch
to automatically regenerate the site when any files are changed.
- The samples for each language reside in
_include/languages/
- Data for the site resides under
_data
. It includeslanguages.yml
: the list of programming languages available for using as samplesthemes.yml
: data concerning the original set of Pygments themesfile_format.yml
: data about the CSS file format. Includes entries with the CSS selector and description, e.g.:- selector: .nf description: Name Function
- James Warwood - @jwarby - Author
Licensed under the MIT license. Copyright (c) James Warwood 2015.