Skip to content
/ jism Public

A prism.js Jekyll plugin for awesome syntax highlights.

License

Notifications You must be signed in to change notification settings

roachhd/jism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prism.js-jekyll-plugin

  • Is you code looking all dull and boring?
  • Is it looking a little, texty?

Leave that lifeless pygments behind and try the silky smooth highlights of Prism.js.

Prism.js plugin for Jekyll will make your code blocks so irresistibly hot you'll want to touch them.

Install this gem to replace that drab pygments.

Get it on my site please

super easy set up.

Add jism.rb to _plugins directory. Easy peesy

Then pop the jism in you body but below you content!

<html>
  <head>
    <link href="jism.css" rel="stylesheet" type="text/css">
  </head>
  <body>
    <!-- shit hot content here - jism goes below the content, ok -->
    <script src="prism.js"></script>
  </body>
</html>

About

A prism.js Jekyll plugin for awesome syntax highlights.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages