dbtek / dbyll

Stylish, minimalistic theme for jekyll.

Home Page:dbtek.github.io/dbyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax highlighting

simao opened this issue · comments

Hello,

Does dbyll support syntax highlighting?

I am using three backticks and ruby but my code is not highlighted?

Thanks

Hi,

It does now support highlighting. Thanks for the idea.

I never used one before, added google-code-prettify, it looks fine i guess. Can you check if this works for you?

Usage: https://code.google.com/p/google-code-prettify/wiki/GettingStarted

Hello,

This should work pretty much out of the box with jekyll, maybe the right css styles are not being used?

This is described in http://jekyllrb.com/docs/templates/

OK, my bad, you need to add the pygments stylesheet to header.html, thanks!

Including a syntax.css should work than? Better to replace google thing.