Blog on github? What?

⚠️ Please note: The information in this legacy post may no longer be relevant.

In this post I want to describe how that blog works. I’ve discovered it a couple of days ago, but as I see it’s pretty awesome and lightweight. First, a quick overview: what is GitHub? At its core, GitHub is a platform where you can store and manage your source code using Git. But it has grown far beyond that. Today, GitHub offers a lot of cool features, one of which is GitHub Pages. This feature lets you publish content using Git and standard markup languages. So, let’s walk through the steps to create a blog like this one. I hope this guide proves helpful to others!

Read full post >