Blog by Corentin


Hugo

How to optimize image rendering with Hugo?

How to optimize image rendering with Hugo?

As you know this blog is built with Hugo . I’m looking at ways to improve the performance of the website and one of the critical point is to serve the minimal amount of data to the user. In this article I will show you how to optimize the images rendering with Hugo.

Migrating from a PHP CMS to a Markdown generated blog

Migrating from a PHP CMS to a Markdown generated blog

I made this blog back in 2012, and at this time I discovered an awesome framework called Bolt CMS. It was created by a small web agency based in the Netherlands where I had the chance to do my internship. The CMS is built out of Symfony and uses Twig as a templating engine. It was a perfect fit for me as I was learning HTML, CSS and PHP at this time.