Recent Posts
Transitioning from Markdown to AsciiDoc
In this post, I want to document a recent change in our project: the switch from Markdown to AsciiDoc for all our content. Up to now, we had written exactly one blog post in Markdown, but for various reasons, we decided to transition to AsciiDoc. Here, I share our reasons, the process, and the insights gained.
Why AsciiDoc? AsciiDoc offers several advantages over Markdown that were particularly relevant to our project:
read more
Implementing a Website with Hugo: A Technical Overview
This post outlines the technical implementation of a website using the static site generator Hugo. The goal was to create an efficient and automated environment for web development that simplifies the publication of new content. The following workflow was established:
Project Setup Initialization in Visual Studio Code The project began with the creation of a new workspace in Visual Studio Code (VS Code). This step included configuring the project for Hugo and utilizing the integrated features of VS Code for efficient development.
read more