Started Blogging!

So as I've been building this site, I wanted to add some blog functionalities without all the hassle. I actually started manually creating static pages, knowing very well that it isn't scalable when if I happen to write a lot of posts in the future.

Being confident that by now 99.9% of challenges I see would already be solved one way or another, I started looking for simple blogging solution to add to my site which is hosted on Netlify at the moment. That's when I came across Eleventy, which is a static site generator that uses templates to generate static pages.

Not only is it able to generate blog pages based on markdown files, but it also solve another problem which is to write layouts so I don't have to repeat all those common stuff (kinda like master pages in ASP.NET.)

So I can write my blogs, while customizing/building the blog itself, pretty cool!