- Open a terminal, for example Windows PowerShell
- Install Hugo :
winget install Hugo.Hugo.Extended
- Optional if you run Hugo in a Linux terminal such as WSL or Git Bash ; install PowerShell (Hugo can’t run in preinstalled Windows PowerShell) :
Note : PowerShell is not the same application as Windows PowerShell even if the name is almost the same and they are both maintained by Microsoft
winget install --id Microsoft.Powershell --source winget
- Install Pandoc :
winget install --source winget --exact --id JohnMacFarlane.Pandoc
- Launch the newly installed PowerShell (or restart it if you already had it) and go to the
www
folder :cd www
- Run the development server :
hugo server
- And go to http://localhost:1313/ to see the effect of your changes in livereload