About this page

To build my website, I use Hugo, a static site generator system based on Go and supported by an active developer community. The advantage of Hugo is that it is fast, flexible, and easy to handle. It is particularly suitable for building static websites that do not require complex server logic.

To host my website, I use Azure Static Web Apps, a service from Microsoft specifically designed for hosting static websites. Azure Static Web Apps provides me with an easy way to host my static HTML files and ensure that my website loads quickly and reliably.

The key to automating my deployment processes is the use of Azure DevOps, a DevOps service from Microsoft. Azure DevOps allows me to store my code in a Git repository and automate my deployment processes. In the case of my website, this means that Azure DevOps performs an automatic deployment with every Git commit, updating my static HTML files on Azure Static Web Apps. This way, my website is always up to date and accessible to my visitors at all times.

In summary, I use Hugo as a static site generator system, Azure Static Web Apps for hosting my static HTML files, and Azure DevOps for automating my deployment processes. This combination allows me to operate a fast, reliable, and always up-to-date website.

For more details on the technologies used, please visit: