jekyllrb.com
Jekyll
https://jekyllrb.com
Templates
Liquid. Jekyll uses the Liquid templating language to process templates.. Generally in Liquid you output content using two curly braces e.g. {{ variable }} and perform logic statements by surrounding them in a curly brace percentage sign e.g. {% if statement %}.To learn more about Liquid, check out the official Liquid Documentation.. Jekyll provides a number of useful Liquid additions to help ...
Quickstart
Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site's look and feel, URLs, the data displayed on the page, and more.
Resources
Jekyll Cheatsheet is a single-page resource for Jekyll filters, variables, and the like. Integrations. Use a SaaS service as a backend for functionality on your Jekyll site. Comments. Staticman: Add user-generated content to a Jekyll site (free and open source) Talkyard: Embedded comments for Jekyll and others (free and open source, or hosted ...
News
Patch Jekyll::Drops::ThemeDrop#root to render absolute path to theme-gem only if JEKYLL_ENV is explicitly set to string development. That is all for now. Happy Jekyllin'!! release. Jekyll 3.10.0 Released 23 Jun 2024 parkr. release. Jekyll 3.9.4 Released 28 Dec 2023 parkr. release. Jekyll 4.3.3 Released 27 Dec 2023 mattr-
Showcase
Showcase. Jekyll powers many company websites; here are a few nice ones: Ruby on Rails; Sketch; Spotify for Developers; frame.ai; Release Management Blog
Command Line Usage
jekyll serve or jekyll s - Builds your site any time a source file changes and serves it locally. jekyll clean - Removes all generated files: destination folder, metadata file, Sass and Jekyll caches. jekyll help - Shows help, optionally for a given subcommand, e.g. jekyll help build. jekyll new-theme - Creates a new Jekyll theme scaffold.