Skip to content

jwarby/jekyll-pygments-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Pygments CSS Themes

This is the source for the Pygments CSS themes previews and builder site. The site is built using Jekyll.

Hacking

  • 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.

Notes

  • The samples for each language reside in _include/languages/
  • Data for the site resides under _data. It includes
    • languages.yml: the list of programming languages available for using as samples
    • themes.yml: data concerning the original set of Pygments themes
    • file_format.yml: data about the CSS file format. Includes entries with the CSS selector and description, e.g.:
      - selector: .nf
        description: Name Function

Author & Contributors

License

Licensed under the MIT license. Copyright (c) James Warwood 2015.

About

CSS themes for Pygments syntax highlighter, ready to drop into Jekyll. Also includes a custom theme builder!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%