Blogging with Markdown and Azure DevOps
Explaining the basics of markdown, and then show how you can build a static site with Hugo generated from the markdown files. Then will show how to automate this with Azure DevOps. So first we put the markdown files on a Azure Repo so we can have version control. Then we build a Build pipeline in Azure DevOps to generate the Artifact that we can use in the Release pipeline to Publish the static generated website on Azure Webapps when there is a commit on the master of the Repo.