host-on-azure-static-web-apps.md - hugo - [fork] hugo port for 9front
 (HTM) git clone https://git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       host-on-azure-static-web-apps.md (665B)
       ---
            1 ---
            2 title: Host on Azure Static Web Apps
            3 description: Host your site on Azure Static Web Apps.
            4 categories: []
            5 keywords: []
            6 aliases: [/hosting-and-deployment/hosting-on-azure-static-web-apps/]
            7 ---
            8 
            9 You can create and deploy a Hugo web application to Azure Static Web Apps. The final result is a new Azure Static Web App with associated GitHub Actions that give you control over how the app is built and published. You'll learn how to create a Hugo app, set up an Azure Static Web App and deploy the Hugo app to Azure.
           10 
           11 Here's the tutorial on how to [Publish a Hugo site to Azure Static Web Apps](https://docs.microsoft.com/en-us/azure/static-web-apps/publish-hugo).