StartBootstrap / startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap
https://startbootstrap.com/themes/clean-blog-jekyll/
MIT License
2.09k stars 2.68k forks source link

syntax coloring for code doesn't work #315

Open arnaud-carre opened 1 year ago

arnaud-carre commented 1 year ago

Hi! I forked your repo to create a blog about code. I modifyed the config file , adding

markdown: kramdown highlighter: rouge kramdown: input: GFM

In a .md new post file, I use the syntax with three ` producing:

some code...

when looking at github "md" preview page, the code snippet has some colors. But when looking to the deployed github pages, the code is using "fixed size font" (as expected for a code block) but doesn't have any color.

Any hint to fix that?

hojongs commented 1 year ago

Same problem here.