Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'

This commit is contained in:
Bjørn Erik Pedersen
2023-05-22 16:47:07 +02:00
341 changed files with 3107 additions and 4238 deletions

View File

@@ -1,6 +1,5 @@
---
title: Windows
linkTitle: Windows
description: Install Hugo on Windows.
categories: [installation]
menu:
@@ -38,6 +37,16 @@ scoop install hugo-extended
[Scoop]: https://scoop.sh/
### Winget
[Winget] is Microsoft's official free and open source package manager for Windows. This will install the extended edition of Hugo:
```sh
winget install Hugo.Hugo.Extended
```
[Winget]: https://learn.microsoft.com/en-us/windows/package-manager/
{{% readfile file="/installation/common/04-docker.md" %}}
{{% readfile file="/installation/common/05-build-from-source.md" %}}