How to create a blog running on Azure Static Web Apps and Hugo
After receiving some questions about how this blog was implemented, I created this tutorial on how to create your own blog.
This blog is hosted on Azure Static Web Apps, and it uses the framework Hugo for site generation. I use Visual Studio Code to edit the content and GitHub for source control. For Continuous Integration and Continuous Delivery (CI/CD) the site use GitHub Actions
1. About Azure Static Web Apps First, what is Azure Static Web Apps?
[Read More]