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.
How Jekyll uses URLs and how to link posts, pages, assets, and other resources together.
This Cheat Sheet gives an overview of Liquid syntax commands one might encounter while developing a Jekyll website.
: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
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.
You have probably seen or used the YAML format in configuration files. YAML (a recursive acronym for...
Static sites were previously composed of hard-coded files comprising HTML templates, and maintaining...
Learn everything Jekyll is capable of from an exhaustive list of variables, tags, and filters.
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.
A quick overview of using collections in Jekyll to create powerful taxonomies around your content.
By Farrel Burns Brought to you by CloudCannon, the Git-based CMS for Jekyll. What you’ll...
Most websites I build start off as a blank Jekyll site with Tailwind CSS on top.
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.
Lazy loading the images of the blog and improving your page speed giving better user experience. Defer Offscreen Images in a Jekyll blog.
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.
The Forestry.io team is now focused on building TinaCMS. If you wish to migrate your Forestry site to Tina, follow the guide below.
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.
Why ‘Jekyll Collections’?
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
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...
Transform your plain text into static websites and blogs
Making a static HTML website have dynamic search
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.
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.
Overview of different techniques to implement comments using a static site generator.
You can implement advanced conditional logic that includes if statements, or statements, unless, and more. This conditional logic facilitates single sourcing...
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.
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-...