Thanks to visit codestin.com
Credit goes to github.com

Skip to content

All jekyll pygment variations of syntax.css, pregenerated in one place

Notifications You must be signed in to change notification settings

iwootten/jekyll-syntax

Repository files navigation

Jekyll Syntax

This is a collection of stylesheets used for colouring pygments highlighted source code listing within jekyll posts. Copy any one of these into a /css folder in your jekyll source directory and link to it in your posts html.

You can create any one of these on your own machine using the syntax:

pygmentize -f html -S monokai -a .highlight > monokai.css

Where monokai is the colour palette we want to use.

I've created this repo so we don't have to remember this.

You can see a demo of each stylesheet here: http://pygments.org/demo/357593/.

About

All jekyll pygment variations of syntax.css, pregenerated in one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages