Top "Jekyll" questions

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

Docker container sending empty responses

Hoping someone can tell me what I am missing? This is a ruby app using webrick and I am trying …

ruby docker jekyll webrick
How to create a table of contents to Jekyll blog post?

If I have a page/post in Jekyll with headers, is it possible to auto-generate a table-of-contents/outline for navigation? …

markdown jekyll
Including markdown inside yaml front-matter

One of my web pages needs to include rows of items (image, title, description). The description must accept markdown. I …

yaml jekyll github-pages
What are some good ways to implement breadcrumbs on a Jekyll site?

I'm aware that there are single-level breadcrumbs in http://raphinou.github.com/jekyll-base/ but I'm looking for some good ways …

breadcrumbs jekyll liquid
Pictures not showing up in site hosted by GitHub

I have a website hosted by Github and I am having issues with displaying pictures. I recently tried to upload …

html css github jekyll picasa
Site root: Github Pages vs. `jekyll --server`

When I run jekyll --server my site is available at http://localhost:4000/, but when I deploy to GitHub Project Pages, …

jekyll github-pages
Excluding page from Jekyll navigation bar

I am setting up a basic Github-hosted Jekyll website (so minimal, I am not even bothering to change the default …

jekyll liquid
Jekyll Github pages how to hide a post

I am using jekyll with Github pages for my website. I am trying to make some posts not visible in …

html post github jekyll github-pages
Deploying Jekyll to Github Pages

I have built a site locally with Jekyll, and have pushed it to a new master repo (username.github.com) …

github jekyll github-pages
Using filters in Liquid tags

I'm using jekyll and Liquid to generate a static web site on github pages. I want to base some content …

filter tags liquid jekyll