How to make your own static site generator
13 Mar 2026
gaultier.github.io
cover image
Deploying a Jekyll site with Kamal
5 Nov 2024
greg.molnar.io

Since Kamal 2 can host multiple sites on the same server, I am consolidating my apps into larger hosts so I have less servers to worry about. Most of my apps are Rails apps, but I have a few static jekyll sites like this blog and I decided to look into how could I move this site to a server I host other Rails apps on.

module Psych - Documentation for Ruby 3.4
16 Apr 2024
docs.ruby-lang.org
cover image

How Jekyll uses URLs and how to link posts, pages, assets, and other resources together.

cover image
Liquid Cheat Sheet - Fabrizio Musacchio
11 Mar 2024
fabriziomusacchio.com

This Cheat Sheet gives an overview of Liquid syntax commands one might encounter while developing a Jekyll website.

Liquid cheatsheet | shortcode.dev
17 Jan 2024
shortcode.dev

Liquid cheatsheet, Comment, Escape liquid tags, Include, Size, Array, Dynamic collection navigation, Unless, Upcase, Current date, Capture, Remove-first, Cap...

cover image

:page_with_curl: Liquid tag for displaying GitHub Gists in Jekyll sites. - jekyll/jekyll-gist

How to list all your jekyll posts by tags using the liquid templating syntax and markdown

Customising the Excerpt Separators in Jekyll
22 Mar 2023
cjshelton.github.io

Introduction Jekyll offers a multitude of blog related functionality out-of-the-box, all which make creating a custom blog much easier. One of these features is excerpts, which allow you to display a subset of text from blog post – useful on a list page to give the reader a quick insight into what each post is about. When creating my blog, I found this feature useful, but it had one limitation which I needed to work around – configuring where the excerpt should start from.

cover image

You have probably seen or used the YAML format in configuration files. YAML (a recursive acronym for...

YAMLlint - The YAML Validator
13 Mar 2023
yamllint.com

Validate, Verify and Reformat your YAML documents, optimized for Ruby on Rails

cover image

Static sites were previously composed of hard-coded files comprising HTML templates, and maintaining...

Jekyll Plugins | Planet Jekyll
27 Jan 2023
planetjekyll.github.io
cover image
Jekyll Cheat Sheet | CloudCannon
22 Jan 2023
cloudcannon.com

Learn everything Jekyll is capable of from an exhaustive list of variables, tags, and filters.

cover image
Jekyll 4.3.0 Released
20 Oct 2022
jekyllrb.com

Hello Jekyllers!

cover image
Variables
20 Oct 2022
jekyllrb.com

Jekyll traverses your site looking for files to process. Any files with front matter are subject to processing. For each of these files, Jekyll makes a variety of data available via Liquid. The following is a reference of the available data.

cover image

A quick overview of using collections in Jekyll to create powerful taxonomies around your content.

cover image
Collections in Jekyll
11 Jun 2022
dev.to

By Farrel Burns Brought to you by CloudCannon, the Git-based CMS for Jekyll. What you’ll...

cover image
Staticman: Overview
29 May 2022
staticman.net

I bring user-generated content to static sites

cover image

Most websites I build start off as a blank Jekyll site with Tailwind CSS on top.

cover image
Jekyll Liquid Cheatsheet
19 Mar 2022
gist.github.com

Jekyll Liquid Cheatsheet · GitHub

cover image
Linking a Series of Jekyll Posts
17 Jan 2022
engineering.chrobinson.com

When we (the Engineering Blog committee here at C.H. Robinson) were working on the Mobile Apps Battery Management series, we were looking for a way to link a group of similar posts into a multi-post series. We wanted to show the post order, and be able to link between the parts, both holistically, and to the previous and next posts.

cover image

Lazy loading the images of the blog and improving your page speed giving better user experience. Defer Offscreen Images in a Jekyll blog.

cover image

Why Jekyll Categories or Tags? Imagine you have a blog where you discuss very different things all together. Many bloggers post their personal experiences along with some professional posts. Curating information is very important to make users browse through your website with ease. What if New York Times had no categories like Politics, Business, Tech etc..? How hard would it be to track what happened to last night’s football game? There should be a Sports category to make readers’ life easy.

cover image
Forestry.io CMS
17 Jan 2022
forestry.io

The Forestry.io team is now focused on building TinaCMS. If you wish to migrate your Forestry site to Tina, follow the guide below.

cover image
Data Files
17 Jan 2022
jekyllrb.com

In addition to the built-in variables available from Jekyll, you can specify your own custom data that can be accessed via the Liquid templating system.

cover image
3 Easy Steps to Implement Jekyll Collections!
17 Jan 2022
blog.webjeda.com

Why ‘Jekyll Collections’?

Cards
16 Jan 2022
jekyllthemes.org
cover image

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content. - jekyll/jekyll-seo-tag

Deploying Jekyll to Heroku
26 Dec 2021
johnmurray.io

So you have a static site in Jekyll that you want to deploy toHeroku. Lucky for you, this is a relatively easy task and does notrequire anything as complex a...

cover image

Transform your plain text into static websites and blogs

cover image

Making a static HTML website have dynamic search

cover image

A starter kit for jekyll + bootstrap 4.

A beginner's guide to creating a personal website and blog using Jekyll and hosting it for free using GitHub Pages.

cover image
7 Free Jekyll Templates
14 Dec 2021
cloudcannon.com

A guide for Jekyll freelancers to get the most out of CloudCannon with templates.

Github page does not allow customized plugins, and jekyll-tagging is not one of the supported GEMs of Github pages. It needs some effort to add tag support your Jekyll blog hosted by Github page. This blog shows you how to do this step by step.

cover image

Overview of different techniques to implement comments using a static site generator.

Conditional logic | Jekyll theme for documentation
13 Jul 2021
idratherbewriting.com

You can implement advanced conditional logic that includes if statements, or statements, unless, and more. This conditional logic facilitates single sourcing...

cover image
Online HTML To YAML Converter
30 Jan 2021
bfotool.com

This free online tool lets you convert a HTML file into a YAML file. No need to download or install any software. Click to convert your file now.

cover image

My Environment Software Version(s) Operating System Ubuntu 19.10 jekyll Latest github-pages No Current Behavior I was trying to run sudo apt install jekyll jekyll new my-awesome-site cd my-awesome-...