Top "Jekyll" questions

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

inserting blocks of text in haml

In my Jekyll blog I use the include tag to put the contents of a file into the document. However …

ruby syntax haml markup jekyll
Jekyll: Include HTML partial inside Markdown file

Is there a way to include an HTML partial from a Markdown file with Jekyll? Example: File index.md: --- …

html markdown jekyll partial
Include jekyll / liquid template data in a YAML variable?

I am using the YAML heading of a markdown file to add an excerpt variable to blog posts that I …

ruby yaml jekyll liquid
Adding Bootstrap to Jekyll

I'm new to Jekyll and would like to pull in some of the Twitter Bootstrap functionality. Has anyone done this …

twitter-bootstrap jekyll jekyll-bootstrap
How to list files in a directory with Liquid?

I'm trying to learn how to use Jekyll along with Bootstrap; while studying them, I decided that I'd like to …

jekyll liquid
How do I use markdownify in Jekyll to show an excerpt on the index

I'm looking to show a short excerpt of text from a longer post or page on the index page. I …

markdown jekyll liquid
Jekyll & Liquid: Output category list with post count?

I'm somehow stuck and don't find the right way to do it. I want to output a category list with …

jekyll liquid
Comment out an include statement inside an HTML file using Jekyll

Is there a way to comment out an include statement inside an HTML file using Jekyll? For example I have …

comments jekyll
Make custom page-based loop in Jekyll

I would like to create another page-based loop, in the same way the _posts folder works for the blog section, …

jekyll liquid
Jekyll on Github Pages: any way to add footnotes in Markdown?

I've recently switched over to using Jekyll on Github Pages for my various blogs, and love that I can just …

jekyll github-pages