I guess it's time to dive a bit more on what technology stands behind my blog. In the previous posts I've talked about the reasons to start a blog , why I choose github pages to host it and now I will talk about Jekyll, the engine behind my blog.
What is Jekyll ?
Jekyll is a parsing engine which generates static html pages from dynamic components like template or markdown files. It uses a simple inline syntax which at build time is evaluated and replaced resulting a static page. Here is a short and very simple example:
<meta http-equiv= "Content-type" content= "text/html; charset... Read the full text.