If your Jekyll site has a lot of pages, you might want to create navigation for the pages. Instead of hard-coding navigation links, you can programmatically retrieve a list of pages to build the navigation for your site.| Jekyll • Simple, blog-aware, static sites
There are tons of great new quality-of-life features you can use in 3.3. Three key things you might want to try:| Jekyll • Simple, blog-aware, static sites
A static file is a file that does not contain any front matter. These include images, PDFs, and other un-rendered content.| Jekyll • Simple, blog-aware, static sites
With many websites — especially blogs — it’s very common to break the main listing of posts up into smaller lists and display them over multiple pages. Jekyll offers a pagination plugin, so you can automatically generate the appropriate files and folders you need for paginated listings.| Jekyll • Simple, blog-aware, static sites
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.| Jekyll • Simple, blog-aware, static sites
Publishing a patch release to restore existing behavior around defining front matter defaults where a scope with path containing glob patterns are lax in matching paths on disk.| Jekyll • Simple, blog-aware, static sites
Greetings Jekyllers, Jekyll v4.4.0 has been published!| Jekyll • Simple, blog-aware, static sites
Using front matter is one way that you can specify configuration in the pages and posts for your site. Setting things like a default layout, or customizing the title, or specifying a more precise date/time for the post can all be added to your page or post front matter.| Jekyll • Simple, blog-aware, static sites
Hello Jekyllers!| Jekyll • Simple, blog-aware, static sites
As Ruby continues to march on, the maintainers have made the decision to drop some previously-bundled gems. This release makes Jekyll depend directly on those gems so that whether your Ruby installation has them bundled or not, your experience can continue uninterrupted.| Jekyll • Simple, blog-aware, static sites
Hey Jekyllers!| Jekyll • Simple, blog-aware, static sites
Hello Jekyllers!| Jekyll • Simple, blog-aware, static sites
Jekyll 3.9.3 is a bug fix release loosening version restrictions for dependencies i18n and tzinfo gems. You can now use Jekyll v3.9 with newer versions of these gems!| Jekyll • Simple, blog-aware, static sites
Hello Jekyllers!| Jekyll • Simple, blog-aware, static sites
Jekyll Sass Converter 3.0 shipped recently and is available to those using Jekyll 4.3 and above. This release contains major changes. Specifically, the plugin has stopped using sassc for converting your Sass partials and stylesheets into CSS files. Instead, the converter now uses the sass-embedded gem acting as an interface to Dart Sass, which is the current primary implementation of Sass under active development. The secondary implementation libsass which the sassc gem interfaced with has be...| Jekyll • Simple, blog-aware, static sites
Hello Jekyllers!| Jekyll • Simple, blog-aware, static sites
4.3.4 / 2024-09-16| Jekyll • Simple, blog-aware, static sites
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.| Jekyll • Simple, blog-aware, static sites
Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example:| Jekyll • Simple, blog-aware, static sites
The tables below list the available settings for Jekyll, and the various options (specified in the configuration file) and flags (specified on the command-line) that control them.| Jekyll • Simple, blog-aware, static sites
Official guide to install Jekyll on macOS, GNU/Linux or Windows.| Jekyll • Simple, blog-aware, static sites
Collections are a great way to group related content like members of a team or talks at a conference.| 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.| Jekyll • Simple, blog-aware, static sites
The include tag allows you to include the content from another file stored in the _includes folder:| Jekyll • Simple, blog-aware, static sites