
Jekyll • Simple, blog-aware, static sites | Transform your plain text ...
Transform your plain text into static websites and blogs. Simple No more databases, comment moderation, or pesky updates to install—just your content. How Jekyll works →
Installation | Jekyll • Simple, blog-aware, static sites
Installation Jekyll is a Ruby Gem that can be installed on most systems. Requirements Ruby version 2.7.0 or higher, including all development headers (check your Ruby version using …
Resources | Jekyll • Simple, blog-aware, static sites
Jekyll’s growing community produces wide variety of themes, plugins, tutorials and other resources that can be helpful. Below is a collection of links to some of the most popular Jekyll …
Command Line Usage | Jekyll • Simple, blog-aware, static sites
Typically you’ll use jekyll serve while developing locally and jekyll build when you need to generate the site for production. For a full list of options and their argument, see Build …
Quickstart | Jekyll • Simple, blog-aware, static sites
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 …
Tutorials | Jekyll • Simple, blog-aware, static sites
In contrast to Docs, Tutorials provide more detailed, narrative instruction that cover a variety of Jekyll topics and scenarios. Tutorials might contain the following:
Setup | Jekyll • Simple, blog-aware, static sites
Welcome to Jekyll’s step-by-step tutorial. This tutorial takes you from having some front-end web development experience to building your first Jekyll site from scratch without relying on the …
Themes | Jekyll • Simple, blog-aware, static sites
Jekyll has an extensive theme system that allows you to leverage community-maintained templates and styles to customize your site’s presentation. Jekyll themes specify plugins and …
Posts | Jekyll • Simple, blog-aware, static sites
Blogging is baked into Jekyll. You write blog posts as text files and Jekyll provides everything you need to turn it into a blog.
Liquid | Jekyll • Simple, blog-aware, static sites
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 …