Hello, Jekyll!
Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more.
Yeah, I co-pas that from this Jekyl Ruby page.
Every code starts with Hello World. Also, my blog starts with Hello, Jekyll.
Why I love to write in Markdown? Because I can insert code snippet here
def code_snippet
puts "Hello, Jekyll"
end
def code_snippet():
print("Hello, Jekyll")
And also, I can embed gist code here
Want to know about Jekyll, check this out 👇