mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit 'e509cac533600cf4fa8382c9cdab78ddd82db688'
This commit is contained in:
@@ -9,11 +9,11 @@ menu:
|
||||
toc: true
|
||||
weight: 50
|
||||
---
|
||||
{{% readfile file="/installation/common/01-editions.md" %}}
|
||||
{{% readfile file="/installation/_common/01-editions.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/02-prerequisites.md" %}}
|
||||
{{% readfile file="/installation/_common/02-prerequisites.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/03-prebuilt-binaries.md" %}}
|
||||
{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}
|
||||
|
||||
## Repository packages
|
||||
|
||||
@@ -61,7 +61,7 @@ doas pkg_add hugo
|
||||
|
||||
[OpenBSD]: https://www.openbsd.org/
|
||||
|
||||
{{% readfile file="/installation/common/05-build-from-source.md" %}}
|
||||
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
|
||||
|
||||
## Comparison
|
||||
|
||||
|
@@ -1,10 +0,0 @@
|
||||
## Docker
|
||||
|
||||
[Erlend Klakegg Bergheim] graciously maintains [Docker images] based on images for Alpine Linux, Busybox, Debian, and Ubuntu.
|
||||
|
||||
```sh
|
||||
docker pull klakegg/hugo
|
||||
```
|
||||
|
||||
[Docker images]: https://hub.docker.com/r/klakegg/hugo
|
||||
[Erlend Klakegg Bergheim]: https://github.com/klakegg
|
@@ -9,11 +9,11 @@ menu:
|
||||
toc: true
|
||||
weight: 30
|
||||
---
|
||||
{{% readfile file="/installation/common/01-editions.md" %}}
|
||||
{{% readfile file="/installation/_common/01-editions.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/02-prerequisites.md" %}}
|
||||
{{% readfile file="/installation/_common/02-prerequisites.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/03-prebuilt-binaries.md" %}}
|
||||
{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}
|
||||
|
||||
## Package managers
|
||||
|
||||
@@ -47,7 +47,7 @@ sudo snap disconnect hugo:ssh-keys
|
||||
[strictly confined]: https://snapcraft.io/docs/snap-confinement
|
||||
[Snap]: https://snapcraft.io/
|
||||
|
||||
{{% readfile file="/installation/common/homebrew.md" %}}
|
||||
{{% readfile file="/installation/_common/homebrew.md" %}}
|
||||
|
||||
## Repository packages
|
||||
|
||||
@@ -124,20 +124,17 @@ sudo eopkg install hugo
|
||||
|
||||
[Solus]: https://getsol.us/
|
||||
|
||||
{{% readfile file="/installation/common/04-docker.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/05-build-from-source.md" %}}
|
||||
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
|
||||
|
||||
## Comparison
|
||||
|
||||
||Prebuilt binaries|Package managers|Repository packages|Docker|Build from source
|
||||
:--|:--:|:--:|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|varies|:heavy_check_mark:|:heavy_check_mark:
|
||||
Automatic updates?|:x:|varies [^2]|:x:|:x: [^3]|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:|:heavy_check_mark:
|
||||
||Prebuilt binaries|Package managers|Repository packages|Build from source
|
||||
:--|:--:|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|varies|:heavy_check_mark:
|
||||
Automatic updates?|:x:|varies [^2]|:x:|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|varies|:heavy_check_mark:
|
||||
|
||||
[^1]: Easy if a previous version is still installed.
|
||||
[^2]: Snap packages are automatically updated. Homebrew requires advanced configuration.
|
||||
[^3]: Possible but requires advanced configuration.
|
||||
|
@@ -9,15 +9,15 @@ menu:
|
||||
toc: true
|
||||
weight: 20
|
||||
---
|
||||
{{% readfile file="/installation/common/01-editions.md" %}}
|
||||
{{% readfile file="/installation/_common/01-editions.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/02-prerequisites.md" %}}
|
||||
{{% readfile file="/installation/_common/02-prerequisites.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/03-prebuilt-binaries.md" %}}
|
||||
{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}
|
||||
|
||||
## Package managers
|
||||
|
||||
{{% readfile file="/installation/common/homebrew.md" %}}
|
||||
{{% readfile file="/installation/_common/homebrew.md" %}}
|
||||
|
||||
### MacPorts
|
||||
|
||||
@@ -29,19 +29,17 @@ sudo port install hugo
|
||||
|
||||
[MacPorts]: https://www.macports.org/
|
||||
|
||||
{{% readfile file="/installation/common/04-docker.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/05-build-from-source.md" %}}
|
||||
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
|
||||
|
||||
## Comparison
|
||||
|
||||
||Prebuilt binaries|Package managers|Docker|Build from source
|
||||
:--|:--:|:--:|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|:heavy_check_mark:|:heavy_check_mark:
|
||||
Automatic updates?|:x:|:x: [^2]|:x: [^2]|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
||Prebuilt binaries|Package managers|Build from source
|
||||
:--|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^1]|:heavy_check_mark:
|
||||
Automatic updates?|:x:|:x: [^2]|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
|
||||
[^1]: Easy if a previous version is still installed.
|
||||
[^2]: Possible but requires advanced configuration.
|
||||
|
@@ -9,11 +9,11 @@ menu:
|
||||
toc: true
|
||||
weight: 40
|
||||
---
|
||||
{{% readfile file="/installation/common/01-editions.md" %}}
|
||||
{{% readfile file="/installation/_common/01-editions.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/02-prerequisites.md" %}}
|
||||
{{% readfile file="/installation/_common/02-prerequisites.md" %}}
|
||||
|
||||
{{% readfile file="/installation/common/03-prebuilt-binaries.md" %}}
|
||||
{{% readfile file="/installation/_common/03-prebuilt-binaries.md" %}}
|
||||
|
||||
## Package managers
|
||||
|
||||
@@ -47,9 +47,7 @@ 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" %}}
|
||||
{{% readfile file="/installation/_common/04-build-from-source.md" %}}
|
||||
|
||||
{{% note %}}
|
||||
See these [detailed instructions](https://discourse.gohugo.io/t/41370) to install GCC on Windows.
|
||||
@@ -57,13 +55,13 @@ See these [detailed instructions](https://discourse.gohugo.io/t/41370) to instal
|
||||
|
||||
## Comparison
|
||||
|
||||
||Prebuilt binaries|Package managers|Docker|Build from source
|
||||
:--|:--:|:--:|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^2]|:heavy_check_mark:|:heavy_check_mark:
|
||||
Automatic updates?|:x:|:x: [^1]|:x: [^1]|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
||Prebuilt binaries|Package managers|Build from source
|
||||
:--|:--:|:--:|:--:
|
||||
Easy to install?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
|
||||
Easy to upgrade?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
Easy to downgrade?|:heavy_check_mark:|:heavy_check_mark: [^2]|:heavy_check_mark:
|
||||
Automatic updates?|:x:|:x: [^1]|:x:
|
||||
Latest version available?|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:
|
||||
|
||||
[^1]: Possible but requires advanced configuration.
|
||||
[^2]: Easy if a previous version is still installed.
|
||||
|
Reference in New Issue
Block a user