I’ve recreated my personal blog using Jekyll and so far I loving.
And it’s not only because how powerful and customizable Jekyll is, is the first time that I feeling that I use a blogging platform build for developers by developers and is great.
For those that actually don’t know what Jekyll is, a quote from their site:
So what is Jekyll, exactly?
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 our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be 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.
So basically you could just write your blog using Liquid combining markdown and html, tools familiar for almost any developer, and them build an static web with your blog.
So this extract from their guide could help you in the installation:
But if you like just to build the static version of your blog an upload to any host:
But of course what is a blog without comments, for that I’m using disqus.
I’ve just need to update my post template to add this snippet:
And finally I choose a wonderful theme that I like a lot and do a couple of tweaks for my needs.
But then I realized that I need a nice color scheme for the syntax highlight so I used this css.