liquid (23)
The ins and outs of using Liquid in Jekyll.
-
Introduction to Liquid
Introduction to using Liquid in Jekyll static site generator
-
String filters in Liquid
Modify string variables in Liquid
-
Control flow statements in Liquid
Use Liquid to control which content is displayed on the page
-
Date formatting
Format Jekyll dates
-
Advanced navigation
An easy way to manage navigation menus in Jekyll
-
Convert a static site to Jekyll
Add a layout, collection and blog to a static site
-
Jekyll search using lunr.js
Add search to your Jekyll site using lunr.js
-
Link to related posts
How to link to the related posts on a blog
-
List data in a data file
Output all the data from a data file
-
List posts
List all the posts on your site
-
List posts by category
List all the posts on your site and group them by their category
-
List posts by tag
List all the posts on your site and group them by their tag
-
List posts by year
List all the posts on your site and group them by their year
-
List posts in a category
List all the posts in a particular category
-
List posts in a tag
List all the posts in a particular tag
-
List posts with full content
List all the posts with their full content
-
Looping in Liquid
Control how Liquid loops over your content
-
Next/previous posts
How to link to the next and previous posts on a blog
-
Output JSON
Turn Jekyll Data into JSON
-
Photo gallery
Display photos in a gallery on your Jekyll site
-
RSS and Atom feeds
Add a RSS or Atom feed to your Jekyll site
-
Reading time
A simple way to calculate the read time of a post
-
Simple navigation
An easy way to manage navigation menus in Jekyll