Top "Jekyll" questions

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

Jekyll use config.yml values in the HTML

Is it possible to setup configuration values within the config.yml file and have them be printed within the HTML …

jekyll
Do I need to generate a css file from Pygments for my jekyll blog, to enable colorful code snippet?

This is my first time to use Jekyll and Pygments. But I don't know how to insert colorful code snippet. …

css jekyll pygments
Table not render when use Redcarpet in Jekyll GitHub Pages?

As of maruku engine (the default), writing table like surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | …

jekyll github-pages redcarpet
In Jekyll, is there a concise way to render a Markdown partial?

I've got a Markdown-formatted sidebar that I'd like to show up in my Jekyll blog. I'd previously tried to include …

markdown jekyll
Line break in table using GitHub flavored markdown

I am working with Jekyll and GitHub flavored markdown. The end result is to host the content on GitHub Pages. …

markdown jekyll github-flavored-markdown
Set up custom subdomain for Jekyll Blog hosted in Github Pages

I created a Jekyll-powered blog and am hosting it with GitHub Pages. Now, I want to set up a subdomain (…

github subdomain jekyll host github-pages
Liquid: Can I get a random element from an Array?

I'm trying to pick a random element from an array -- is this possible using Liquid/Jekyll? I can create …

jekyll liquid
Jekyll Filename Without Date

I want to build documentation site using Jekyll and GitHub Pages. The problem is Jekyll only accept a filename under _…

jekyll github-pages
Jekyll on GitHub Pages: include markdown in another markdown file

I'm using kramdown with Jekyll on GitHub Pages. I have a piece of markdown that I want to use twice, …

markdown jekyll github-pages static-site kramdown
Table of contents using Jekyll and Kramdown

I'm trying to use Kramdown's auto "Table of Contents" generator on a page (not a post) on my Jekyll site. _…

jekyll kramdown