Top "Jekyll" questions

Jekyll is a blog-aware, static site generator written in Ruby.

How to change the default order pages in Jekyll?

My blog is built with Jekyll on Github. In the navigation bar, the default order is Pages, Messages, About, Archives. …

jekyll github-pages
Switch theme in an existing Jekyll installation

There are many themes for Jekyll, e.g. https://github.com/jekyll/jekyll/wiki/Themes. What is the easiest way …

ruby jekyll jekyll-bootstrap
Generating a list of pages (not posts) in a given category

I am using Jekyll as a static generator for a website (not a blog), and I want to have an …

jekyll github-pages
Liquid markup to detect current page URL?

I've just recently started using Github to host my blog (using Jekyll and Liquid). However, I'm having an issue which …

html url github jekyll liquid
Jekyll select current page url and change its class

I've been using Jekyll for a static site (so that its easy to maintain), and have been stuck at the …

html jekyll
Connect to a locally built Jekyll Server using mobile devices in the LAN

After using jekyll serve on one machine, a WEBrick server is set up and the site can be accessed from …

ruby github jekyll webrick
Using MathJax with Jekyll

I have a Jekyll blog and I want to use MathJax with it, in the sense that I want to …

jekyll mathjax
Get today's date in Jekyll with Liquid markup

This (should) be easy, I think, but I'm unable to get today's date to show in a Jekyll page using …

ruby datetime jekyll liquid
Change site.url to localhost during jekyll local development

My jekyll blog template have links to resources and pages like so: {{ site.url }}/my-page.html This works well in …

hyperlink jekyll
Jekyll/Liquid - how to add large blocks of text to YAML front matter?

I'm trying to implement a service catalog in Jekyll, in which each of 20 or 30 pages will contain a 7x2 table. …

yaml liquid jekyll