Blog post showcasing elements
Photo by Samuel Scrimshaw on Unsplash

Jekyll is a statis website and blog generator. It is written in the Ruby programming language and it is distributed under the open source MIT license.

Blockquotes

“The lion who breaks the enemy’s ranks is a minor hero compared to the lion who overcomes himself.” — Rumi

Lists

With jekyll, you can build the following categories of websites:

  • personal blogs
  • portofolio and presentation
  • documentation sites
  • one-page
  • news and magazine

    Headers

Here is a list of all headers sizes.

A H1 Header

A H2 Header

A H3 Header

A H4 Header

A H5 Header

Code fragments

Jekyll also offers powerful support for code snippets:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.