• Home
  • Search Tags
  • About

jekyll

Topics related to jekyll:

Getting started with jekyll

Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and its Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll is also the engine behind GitHub Pages, which means you can use Jekyll to host your project’s page, blog, or website from GitHub’s servers for free.

Jekyll's website is at http://jekyllrb.com/, and documentation can be found at http://jekyllrb.com/docs/home/.


Latest Release:

Gem Version

Building a Jekyll site folder

If you edit _config.yml and you are using --watch, you need to restart the command to apply the changes.

Hosting

Front Matter

Front Matter tells Jekyll to parse the page. It can contain properties for the page.

Importing

More information can be found at http://import.jekyllrb.com/

Collections

Assets

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service