
Syntax highlight with Rouge in Jekyll
By default, Jekyll 3 and above comes with Rouge, a pure Ruby syntax highlighter which supports 98 languages. Since Rouge themes are compatible with...

Figure caption for images on Jekyll sites - single line with Markdown
Markdown makes writing blog posts simple and fast, but sometimes that simplicity comes with limitations. Recently on updating this blog theme, I wa...

Using Liquid in Jekyll - live with demos
Liquid is a simple templating language Jekyll uses to process pages on your site. With Liquid you can output an modify variables, have logic statem...

Related posts in Jekyll
Jekyll features a simple “Related posts” variable per post page with site.related_posts, which contains the 10 most recent posts in default. Howeve...